Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2015-02-11 02:47:58 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2015-02-11 02:47:58 +0300
commit7c791b7238ba8c5e68f4565c700fdb11239ab4b8 (patch)
tree4fe6eff3b2ee1cfcdf4edd8551869904fe7f3efb /src/System.Collections.NonGeneric/tests/ArrayList
parent489b89fe2ed26360840f4f5b7d01e6ca5d7f4001 (diff)
Update tests per feedbacks
Diffstat (limited to 'src/System.Collections.NonGeneric/tests/ArrayList')
-rw-r--r--src/System.Collections.NonGeneric/tests/ArrayList/IndexOfOiTests.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/System.Collections.NonGeneric/tests/ArrayList/IndexOfOiTests.cs b/src/System.Collections.NonGeneric/tests/ArrayList/IndexOfOiTests.cs
deleted file mode 100644
index 299d4b880f..0000000000
--- a/src/System.Collections.NonGeneric/tests/ArrayList/IndexOfOiTests.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright (c) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE file in the project root for full license information.
-
-using System;
-using System.Collections;
-using Xunit;
-
-namespace System.Collections.ArrayListTests
-{
- public class IndexOfOiTests
- {
-
- }
-}