X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-anon-18.cs;h=7b6a1afe6af4f00b47d98b175b82f2ec03bcda0f;hb=8342b652211b9517ef20e3cac13e3007aeb63694;hp=9a7919cfa1f414b43e7fa8e067c571ffb22be18a;hpb=6f94553690b1cd6487bcc206aec7f58c99f77adb;p=mono.git diff --git a/mcs/tests/gtest-anon-18.cs b/mcs/tests/gtest-anon-18.cs index 9a7919cfa1f..7b6a1afe6af 100644 --- a/mcs/tests/gtest-anon-18.cs +++ b/mcs/tests/gtest-anon-18.cs @@ -17,8 +17,7 @@ public class C public static void Test2 () { - // FIXME: - //T r = Test (delegate (T i) { return i; }); + T r = Test (delegate (T i) { return i; }); } public static void Main() @@ -26,4 +25,4 @@ public class C int r = Test (delegate (int i) { return i < 1 ? 'a' : i; }); string s = Test (delegate (int i) { return "a"; }, delegate (int i) { return "b"; }); } -} \ No newline at end of file +}