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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/tests/gtest-235.cs')
-rwxr-xr-xmcs/tests/gtest-235.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/mcs/tests/gtest-235.cs b/mcs/tests/gtest-235.cs
deleted file mode 100755
index 9a3ea01098a..00000000000
--- a/mcs/tests/gtest-235.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-// Compiler options: /r:gtest-235-lib.dll
-using System;
-
-class GettingStarted
-{
- public static void Main ()
- {
- MyList<string> names = new MyList<string> ();
- names.AddAll<string> ();
- }
-}