2008-01-17 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / tests / verifier / unverifiable_call_private.il
old mode 100755 (executable)
new mode 100644 (file)
index 91a9ab3..dd3ad2c
@@ -1,6 +1,13 @@
 // Invalid CIL which breaks the ECMA-335,III,3.19 rule. 
 // This CIL should fail verification by a conforming CLI verifier.
 
+
+.assembly unverifiable_private_call_generated
+{
+  .hash algorithm 0x00008004
+  .ver  0:0:0:0
+}
+
 .class c
 {
        .method private static int32 f(int32 i) cil managed
@@ -17,4 +24,4 @@
        ldc.i4.0
        call int32 c::f(int32) // Unverifiable, private method.
        ret
-}
\ No newline at end of file
+}