[xbuild] Vbc task - make error column check a little non-specific.
[mono.git] / mcs / tests / gtest-278.cs
index 5eec69811c28738aebedaac684cbaf0802ccd31c..2cc85c93122c2a665e612e6e6d2bd53e5a5c9b64 100644 (file)
@@ -2,16 +2,10 @@
 
 using System;
 
-class B
+class Program
 {
        public static int Main ()
        {
-               if (C.Print () != "C")
-                       return 1;
-
-               if (D.Print () != "D")
-                       return 2;
-
-               return 0;
+               return B.Test ();
        }
 }