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