X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-variance-3.cs;h=4af8a27d82a224b3bb763173c884f18dcbabd80d;hb=d8be0899640d040272eb77b8749275a41a3d103a;hp=29addd9ea6bb894c7a38bfc8f93a9c1c86e6e84e;hpb=a8b8e5b2530e8a0549b58d787da3e8aa63758ba7;p=mono.git diff --git a/mcs/tests/gtest-variance-3.cs b/mcs/tests/gtest-variance-3.cs index 29addd9ea6b..4af8a27d82a 100644 --- a/mcs/tests/gtest-variance-3.cs +++ b/mcs/tests/gtest-variance-3.cs @@ -1,10 +1,8 @@ -// Compiler options: -langversion:future - delegate T Foo (); public class Test { - static int Main () + public static int Main () { string message = "Hello World!"; Foo foo = () => message;