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>2002-04-05 22:57:58 +0400
committerRavi Pratap M <ravi@mono-cvs.ximian.com>2002-04-05 22:57:58 +0400
commit99321f8ddda1da359b90747287cf5ff58dbde040 (patch)
tree8edcf368bff6789cf80215370310db3047c20ba5 /mcs/tests/test-98.cs
parentf61f3a1d8bce3d6de7c081b03dc8db31ade606f7 (diff)
2002-04-05 Ravi Pratap <ravi@ximian.com>
* test-98.cs : Supply a missing Main. svn path=/trunk/mcs/; revision=3647
Diffstat (limited to 'mcs/tests/test-98.cs')
-rwxr-xr-xmcs/tests/test-98.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/tests/test-98.cs b/mcs/tests/test-98.cs
index b03fd27eb80..17842abe407 100755
--- a/mcs/tests/test-98.cs
+++ b/mcs/tests/test-98.cs
@@ -10,4 +10,9 @@ class X {
}
class Y : X {
+
+ public static int Main ()
+ {
+ return 0;
+ }
}