summaryrefslogtreecommitdiff
path: root/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase4.il
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase4.il')
-rw-r--r--tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase4.il20
1 files changed, 15 insertions, 5 deletions
diff --git a/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase4.il b/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase4.il
index f4efdfd2a3..72b3ed1e62 100644
--- a/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase4.il
+++ b/tests/src/Loader/classloader/InterfaceFolding/Nested_J_Nested_I/TestCase4.il
@@ -17,7 +17,10 @@
.method public hidebysig newslot abstract virtual instance string Bar1() cil managed {}
.method public hidebysig newslot abstract virtual instance string Bar2() cil managed {}
}
- .method public hidebysig specialname rtspecialname instance void .ctor() cil managed {}
+ .method public hidebysig specialname rtspecialname instance void .ctor() cil managed
+ {
+ ret
+ }
}
.class private abstract auto ansi beforefieldinit B`2<V,W>
@@ -41,12 +44,19 @@
ldstr "B::Bar2"
ret
}
- .method public hidebysig specialname rtspecialname instance void .ctor() cil managed {}
+ .method public hidebysig specialname rtspecialname instance void .ctor() cil managed
+ {
+ ret
+ }
}
.class private auto ansi beforefieldinit C extends class B`2<class C,class C>
-{ .method public hidebysig specialname rtspecialname instance void .ctor() cil managed {} }
-
+{
+ .method public hidebysig specialname rtspecialname instance void .ctor() cil managed
+ {
+ ret
+ }
+}
.class public auto ansi beforefieldinit Test extends [mscorlib]System.Object
{
@@ -85,4 +95,4 @@ FAILURE:
ldc.i4.m1
ret
}
-} \ No newline at end of file
+}