From 1e28c446f51c571885e3c42ef03473ef6d3cee96 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Fri, 22 Aug 2003 02:09:32 +0000 Subject: [PATCH] Comment out unreachable code. svn path=/trunk/mcs/; revision=17488 --- mcs/tests/test-37.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mcs/tests/test-37.cs b/mcs/tests/test-37.cs index 91f54f4d9a0..88f2843947c 100755 --- a/mcs/tests/test-37.cs +++ b/mcs/tests/test-37.cs @@ -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 } } -- 2.25.1