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:
authorRavi Pratap M <ravi@mono-cvs.ximian.com>2001-10-05 12:37:06 +0400
committerRavi Pratap M <ravi@mono-cvs.ximian.com>2001-10-05 12:37:06 +0400
commiteca55e95dab010e91419554ba419f10a79cb1142 (patch)
tree1912b4a3efa2d4c701b03ed81f8844037d0f3806 /mcs/tests/test-16.cs
parente3a22b92fbc389eddde93c30665c3c376eea88ab (diff)
2001-10-05 Ravi Pratap <ravi@ximian.com>
* test-7.cs : Update to do explicit conversion tests. * makefile : small fix. svn path=/trunk/mcs/; revision=1090
Diffstat (limited to 'mcs/tests/test-16.cs')
-rw-r--r--mcs/tests/test-16.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/tests/test-16.cs b/mcs/tests/test-16.cs
index 71effdfd2a4..1fccf5e19ca 100644
--- a/mcs/tests/test-16.cs
+++ b/mcs/tests/test-16.cs
@@ -15,6 +15,7 @@ namespace Mine {
Console.WriteLine ("Converting from Blah->int");
return 3;
}
+
}
public class Foo : Blah {