[mcs] C#7 throw expression
[mono.git] / mcs / tests / test-388.cs
index 7f7525b9ca87de895cb39e2ef62d1e525817fa9f..7110eb4ab3438fc574a493b4555a40b143a7fc6d 100644 (file)
@@ -1,6 +1,6 @@
 // This is used to debug an ordering dependent bug.
 //
-// Compiler options: test-388-p2.cs /out:test-388.exe
+// Compiler options: support-388.cs -out:test-388.exe
 
 namespace Schemas {
     [System.Xml.Serialization.XmlType("base-field-type"),
@@ -40,9 +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
+    }
+
+    public class M {
+       public static void Main () {}
     }
 }