X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-041.cs;h=d30a2d9a3ee10fce9ed1c0151771af2e0aa7a2f3;hb=efcef476e324e9b4641fa116d2addc61536ea4d7;hp=1f778a5264185084b4868e6f14b1204f395f6d0a;hpb=a097b5471761180c4aae2dab224ed9caeeae3e86;p=mono.git diff --git a/mcs/tests/gtest-041.cs b/mcs/tests/gtest-041.cs index 1f778a52641..d30a2d9a3ee 100644 --- a/mcs/tests/gtest-041.cs +++ b/mcs/tests/gtest-041.cs @@ -8,7 +8,7 @@ class Stack class X { - static void Main () + public static void Main () { Stack stack = new Stack (); stack.Hello (1, "Hello", "World");