Merge pull request #3081 from lambdageek/coop-no-prof
[mono.git] / mcs / tests / test-377.cs
index 9c4bd894c9883a9546a4f813033ec209c37c6819..a35eae71ffa9ecfd836e2245b24ee6779d66d1ff 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -t:library -r:test-377-PROFILE-il.dll
+// Compiler options: -r:test-377-lib.dll
 
 using System;
 using System.Reflection;
@@ -9,4 +9,6 @@ public class Tests {
                Foo f = null;
                f.foo (5);
        }
+       
+       public static void Main () {}
 }