New tests.
[mono.git] / mcs / tests / test-567.cs
index 4e5b1feebaf81526f5b7b1b8a6d3617eac0b952e..179420c0098cae30935ba5631d6627b9ea5c71e3 100644 (file)
@@ -1,7 +1,6 @@
 using System;
 using System.Reflection;
 using System.Runtime.InteropServices;
-using System.Runtime.CompilerServices;
 
 namespace preservesig_test
 {
@@ -34,7 +33,6 @@ namespace preservesig_test
                public event D e;
                
                [PreserveSig()]
-               [MethodImpl(MethodImplOptions.InternalCall,MethodCodeType=MethodCodeType.Runtime)]
                public int DoFoo()
                {
                        return 0;