Switch to compiler-tester
[mono.git] / mcs / tests / test-388.cs
index b115c5c01f7cfd997d67f9dc2b5f2814721d1582..7f7525b9ca87de895cb39e2ef62d1e525817fa9f 100644 (file)
@@ -1,6 +1,6 @@
-// This is used to debug an ordering dependent bug.  The counterpart is test-389.cs.
+// This is used to debug an ordering dependent bug.
 //
-// Compiler options: -t:library test-389.cs
+// Compiler options: test-388-p2.cs /out:test-388.exe
 
 namespace Schemas {
     [System.Xml.Serialization.XmlType("base-field-type"),
@@ -40,5 +40,9 @@ namespace Schemas {
                [System.Xml.Serialization.XmlElement("field-type",Type=typeof(fieldtype)),
         System.Xml.Serialization.XmlElement("compound-field",Type=typeof(compoundfield))]
         public basefieldtype[] Items;
+    }\r
+    \r
+    public class M {\r
+       public static void Main () {}\r
     }
 }