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-12-15 00:05:53 +0300
committerMiguel de Icaza <miguel@gnome.org>2001-12-15 00:05:53 +0300
commit6855196d821972d22e4c45e6558efe6d3a62d203 (patch)
tree8e1a7c699804d8aca02e2307cbf9d17b31ab88f6 /mcs/tests/test-31.cs
parentc226a661e265fb9a30b36f3938ff443cb52328bb (diff)
improve slightly test-31
svn path=/trunk/mcs/; revision=1577
Diffstat (limited to 'mcs/tests/test-31.cs')
-rw-r--r--mcs/tests/test-31.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/tests/test-31.cs b/mcs/tests/test-31.cs
index 2d4bc6eaa6a..c7c31fed25e 100644
--- a/mcs/tests/test-31.cs
+++ b/mcs/tests/test-31.cs
@@ -34,6 +34,8 @@ class Test {
if (d.which == 1)
return 1;
+ Console.WriteLine ("Test passes");
+
return 0;
}
}