Merge pull request #5439 from alexrp/master
[mono.git] / mcs / tests / test-217.cs
index b685e067146cf8bd3ab4cc22ed251019d310a858..16edaf9723c5e4d69a68b9595101c58f5828ba14 100644 (file)
@@ -1,6 +1,6 @@
 using System;
 public class Test {
-    static int Main () {
+    public static int Main () {
         object val1  = compare_gte(0, 0);
         object val2  = compare_gte(1, 0);
         object val3  = compare_gte(0, 1);