Comment out unreachable code.
authorMartin Baulig <martin@novell.com>
Fri, 22 Aug 2003 02:09:32 +0000 (02:09 -0000)
committerMartin Baulig <martin@novell.com>
Fri, 22 Aug 2003 02:09:32 +0000 (02:09 -0000)
svn path=/trunk/mcs/; revision=17488

mcs/tests/test-37.cs

index 91f54f4d9a08c4e4055877ca94e7a6a080d9ff08..88f2843947c5f10d7234a88c13ab2bdfc196d7af 100755 (executable)
@@ -108,7 +108,8 @@ class X {
                
                Console.WriteLine ("hello");
                return 0;
-               
+
+#if FIXME
                v = test_int_single_dim ();
 
                if (v != 0)
@@ -132,5 +133,6 @@ class X {
                        // Console.WriteLine ("Should be: " + (i + 1) + " it is = " + a [i]);
                }
                return 0;
+#endif
        }
 }