X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-072.cs;h=8325cecb0610c108dd30271b21f5c35feeda5271;hb=d8be0899640d040272eb77b8749275a41a3d103a;hp=70a346b584f52f0247495ce1717a8d061e85c536;hpb=9d61782c6e2392d7ceec2006b35be582598a70ae;p=mono.git diff --git a/mcs/tests/gtest-072.cs b/mcs/tests/gtest-072.cs index 70a346b584f..8325cecb061 100644 --- a/mcs/tests/gtest-072.cs +++ b/mcs/tests/gtest-072.cs @@ -37,7 +37,6 @@ public class Log { } class TestLog { - class MyTest { public static void Main(String[] args) { Log log1 = new Log(); log1.Add("Reboot"); @@ -65,7 +64,6 @@ class TestLog { foreach (Pair p in allMsgs) Console.WriteLine("At {0}: {1}", p.Fst, p.Snd); } - } } public struct Pair {