Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2012-04-17 21:27:50 +0400
committerMarek Safar <marek.safar@gmail.com>2012-04-17 21:31:14 +0400
commit8a8d0d0b8ef6243bde27a7c580762077a86b6249 (patch)
tree387f5c044dd49c98fa5671b1b70f42e265f412cf /mcs/tests/test-792-lib.il
parentb2a78353333be6cc25f1005331a9bb4574088565 (diff)
Add test
Diffstat (limited to 'mcs/tests/test-792-lib.il')
-rw-r--r--mcs/tests/test-792-lib.il23
1 files changed, 22 insertions, 1 deletions
diff --git a/mcs/tests/test-792-lib.il b/mcs/tests/test-792-lib.il
index 85d97c4a3ac..209b938b1df 100644
--- a/mcs/tests/test-792-lib.il
+++ b/mcs/tests/test-792-lib.il
@@ -50,7 +50,7 @@
.method private hidebysig specialname
instance void PrivateMissing(class ['missing-lib']XX p) cil managed
{
- IL_0000: ret
+ ret
}
}
@@ -133,3 +133,24 @@
}
}
+.class public auto ansi beforefieldinit Overload
+ extends [mscorlib]System.Object
+{
+ .method public hidebysig static void Test(object o) cil managed
+ {
+ ret
+ }
+
+ .method public hidebysig static void Test(object o, class ['missing-lib']XX arg) cil managed
+ {
+ ret
+ }
+
+ .method public hidebysig specialname rtspecialname
+ instance void .ctor() cil managed
+ {
+ ret
+ }
+
+}
+