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:
authorMartin Baulig <martin@novell.com>2002-11-25 00:00:42 +0300
committerMartin Baulig <martin@novell.com>2002-11-25 00:00:42 +0300
commit6f4be7c65f27cda4540cdd08d9b18b5a2d58c01f (patch)
tree661623b33b7b1be455602e7cbea257c5f52d7c4f /mcs/tests/test-130.cs
parent3ff535f358d66a92844a6bbb2319af0b276ca68d (diff)
2002-11-24 Martin Baulig <martin@ximian.com>
* test-130.cs: This test did not compile with csc and mcs now reports the error as well. Removed the offending line from the test. svn path=/trunk/mcs/; revision=9175
Diffstat (limited to 'mcs/tests/test-130.cs')
-rwxr-xr-xmcs/tests/test-130.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mcs/tests/test-130.cs b/mcs/tests/test-130.cs
index be7b70df86c..6ec174a8d5f 100755
--- a/mcs/tests/test-130.cs
+++ b/mcs/tests/test-130.cs
@@ -20,7 +20,6 @@ class X {
public const char c4 = (char) b;
public const char c5 = (char) c;
- public const short s1 = (short) b;
public const short s2 = (short) c;
static int Main ()