Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-192.cs
index 7ba8ea13922f5c1b057079985419650a1b1d001a..498dbd125a4c59a6510859045e304bdfd635bdd8 100644 (file)
@@ -2,7 +2,7 @@
 // Tests that we validate the unchecked state during constatn resolution
 //
 class X {
-       static void Main ()
+       public static void Main ()
        {
                unchecked {
                        const int val = (int)0x800B0109;