Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2004-03-30 06:36:57 +0400
committerMiguel de Icaza <miguel@gnome.org>2004-03-30 06:36:57 +0400
commit3fc8e41c640916b47fdd7a68d7afbe8b370d30bf (patch)
treef5206ab915fe0920991d47a9b6dc0c5b562d531f /mcs/tests/test-60.cs
parent9b419b97dfd2d6af9c6792e82338a9c868a97691 (diff)
Improve test
svn path=/trunk/mcs/; revision=24758
Diffstat (limited to 'mcs/tests/test-60.cs')
-rwxr-xr-xmcs/tests/test-60.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/tests/test-60.cs b/mcs/tests/test-60.cs
index 777160c5b46..37099997fc9 100755
--- a/mcs/tests/test-60.cs
+++ b/mcs/tests/test-60.cs
@@ -1,6 +1,10 @@
//
// Really lame test, but it should be fine for now
//
+#define TEST
+
+#region"dunno"
+#endregion
#if FLAG_FALSE
namespace ns1
@@ -43,10 +47,12 @@
class X {
static int Main ()
{
+#if(TEST)
ns5.Y y = new ns5.Y ();
y.Run ();
return 0;
+#endif
}
}
#endif