X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgen-80.cs;fp=mcs%2Ftests%2Fgen-80.cs;h=0000000000000000000000000000000000000000;hb=b0eff411fcc55fa6a7bbc5ee97bb592fe3204309;hp=57931e1bb9566457374f6ac4c0ccb8a767c57095;hpb=796e8a8aae4c2205d8455c26d03389da7386e455;p=mono.git diff --git a/mcs/tests/gen-80.cs b/mcs/tests/gen-80.cs deleted file mode 100644 index 57931e1bb95..00000000000 --- a/mcs/tests/gen-80.cs +++ /dev/null @@ -1,19 +0,0 @@ -public interface IFoo -{ } - -public class Test -{ - public void Hello (IFoo foo) - { - InsertAll (foo); - } - - public void InsertAll (IFoo foo) - { } -} - -class X -{ - static void Main () - { } -}