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>2002-05-06 19:12:43 +0400
committerMiguel de Icaza <miguel@gnome.org>2002-05-06 19:12:43 +0400
commitc6ae70e97dca22c03102a8240579baffe1d6b202 (patch)
tree4be123d61095a493cb696b47ed2b0159df93e542 /mcs/tests/test-16.cs
parent64e6e41d740c2aaf12cc1d805ac78f53217ab51b (diff)
Add more tests
svn path=/trunk/mcs/; revision=4339
Diffstat (limited to 'mcs/tests/test-16.cs')
-rw-r--r--mcs/tests/test-16.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/tests/test-16.cs b/mcs/tests/test-16.cs
index 0b45b1fc5cf..3c59e917e19 100644
--- a/mcs/tests/test-16.cs
+++ b/mcs/tests/test-16.cs
@@ -41,7 +41,9 @@ namespace Mine {
int k = tmp;
+ Console.WriteLine ("Convert from Foo to float");
float f = tmp;
+ Console.WriteLine ("Converted");
// The following will not work till we fix our UserCast::Emit
// to convert the return value on the stack.