Switch to compiler-tester
[mono.git] / mcs / tests / test-389.cs
index 81d19b9bfeea023abc6751869d1270073d8c8002..ec051ae4e590e085c078d2f6b283d4bdfd37ee7e 100644 (file)
@@ -1,6 +1,6 @@
-// This is used to debug an ordering dependent bug.  The counterpart is test-388.cs.
+// This is used to debug an ordering dependent bug.
 //
-// Compiler options: -t:library test-388.cs
+// Compiler options: test-389-p2.cs /out:test-389.exe
 
 using System;
 using System.Collections;
@@ -47,5 +47,9 @@ namespace Schemas
                        Console.WriteLine ("Instantiating form window");
                        return null;
                }
+       }\r
+       \r
+       public class M {\r
+           public static void Main () {}\r
        }
 }