[mcs] Allow properties and indexers of by-ref values to be set without setter
[mono.git] / mcs / tests / test-389.cs
index ec051ae4e590e085c078d2f6b283d4bdfd37ee7e..22a13cffa825f8dd1a464f19460caaf253023295 100644 (file)
@@ -1,6 +1,6 @@
 // This is used to debug an ordering dependent bug.
 //
-// Compiler options: test-389-p2.cs /out:test-389.exe
+// Compiler options: support-389.cs -out:test-389.exe
 
 using System;
 using System.Collections;
@@ -47,9 +47,9 @@ namespace Schemas
                        Console.WriteLine ("Instantiating form window");
                        return null;
                }
-       }\r
-       \r
-       public class M {\r
-           public static void Main () {}\r
+       }
+
+       public class M {
+           public static void Main () {}
        }
 }