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>2001-09-20 05:31:54 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-09-20 05:31:54 +0400
commit4d1cc16aa403cfc6e236d20612e3e321a4edaf12 (patch)
tree8d488a3a0de316f1f0a84641b51a121e0f0a83f9 /mcs/tests/test-4.cs
parent5620f4bc74cb03a87bbaa0d51a510f8bd3d7b1fa (diff)
Add more tests
svn path=/trunk/mcs/; revision=892
Diffstat (limited to 'mcs/tests/test-4.cs')
-rwxr-xr-xmcs/tests/test-4.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tests/test-4.cs b/mcs/tests/test-4.cs
index ab1fb3e82ce..3023f6e9d1b 100755
--- a/mcs/tests/test-4.cs
+++ b/mcs/tests/test-4.cs
@@ -22,7 +22,7 @@ class X {
Console.WriteLine ("FAILED: Sbyte selected on constant int argument");
return 1;
} else {
- Console.WriteLine ("OK: int selected for constant constant int");
+ Console.WriteLine ("OK: int selected for constant int");
}
X y = new X ();