Bump mono-extensions to fix build break (#5677)
[mono.git] / mcs / tests / gtest-278.cs
index 6097b11f5b0f080b74c8ed560b6cf67b173e1151..2cc85c93122c2a665e612e6e6d2bd53e5a5c9b64 100644 (file)
@@ -1,14 +1,11 @@
-// Compiler options: -r:gtest-278-3-lib.dll\r
-\r
-using System;\r
-\r
-class B\r
-{\r
-       public static int Main ()\r
-       {\r
-               \r
-               if (C.Print () != "C")\r
-                       return 1;\r
-               return 0;\r
-       }\r
-}
\ No newline at end of file
+// Compiler options: -r:gtest-278-3-lib.dll
+
+using System;
+
+class Program
+{
+       public static int Main ()
+       {
+               return B.Test ();
+       }
+}