Merge pull request #4419 from BrzVlad/fix-oom-nre
[mono.git] / mcs / tests / test-361.cs
index c2e9da671b3cc8aaaf9e2c9325c3e72b9a865dc4..de5855f470c27477fe01d2848c07cc90c7b228ab 100644 (file)
@@ -1,6 +1,6 @@
-// Compiler options: test-361-p2.cs /out:test-361.exe
+// Compiler options: support-361.cs -out:test-361.exe
 
 [X]
 class Test {
-       static void Main () { }
+       public static void Main () { }
 }