X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-036.cs;h=8e224e260452b6695310f9cdb1c6064138f39da1;hb=edbc5c2334e10836479d1cc528c68d4ad5b47440;hp=1cf8e8b0e3fc441a36e2c8c1f869af62b952606e;hpb=00e065484e866f3a0349c882f804c4a79a13ee5c;p=mono.git diff --git a/mcs/tests/gtest-036.cs b/mcs/tests/gtest-036.cs index 1cf8e8b0e3f..8e224e26045 100644 --- a/mcs/tests/gtest-036.cs +++ b/mcs/tests/gtest-036.cs @@ -24,6 +24,6 @@ class Stack class X { - static void Main () + public static void Main () { } }