Merge pull request #1155 from steffen-kiess/json-string
[mono.git] / mcs / tests / test-async-25.cs
index 519c9bbc6591471fb26177448b39a8c0dc244032..55a0197f9553b5f3c38c66d6c3eb93af0cf275aa 100644 (file)
@@ -1,4 +1,3 @@
-// Compiler options: -langversion:future
 using System;
 using System.Threading.Tasks;
 
@@ -10,7 +9,7 @@ class Program
                var t2 = Task.Run (() => { return t; });
        }
        
-       static void Main ()
+       public static void Main ()
        {
        }
 }