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/test-cls-11.cs')
-rw-r--r--mcs/tests/test-cls-11.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/mcs/tests/test-cls-11.cs b/mcs/tests/test-cls-11.cs
index d52f2cfec4c..e7e47e743e1 100644
--- a/mcs/tests/test-cls-11.cs
+++ b/mcs/tests/test-cls-11.cs
@@ -11,10 +11,6 @@ public abstract class CLSCLass_2 {
public abstract void Test ();
}
-public abstract class CLSClass_3 {
- internal abstract void Test ();
-}
-
public class MainClass {
public static void Main () {
}