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:
Diffstat (limited to 'mcs/tests/test-483-lib.il')
-rw-r--r--mcs/tests/test-483-lib.il24
1 files changed, 0 insertions, 24 deletions
diff --git a/mcs/tests/test-483-lib.il b/mcs/tests/test-483-lib.il
deleted file mode 100644
index adc80ca3296..00000000000
--- a/mcs/tests/test-483-lib.il
+++ /dev/null
@@ -1,24 +0,0 @@
-.assembly 'test-483-lib' {}
-.assembly extern mscorlib {}
-
-.class public auto ansi beforefieldinit Foo {
-
- .method famorassem virtual newslot
- instance default object clone () cil managed
- {
- .maxstack 8
- ldarg.0
- ret
- }
-}
-
-.class public auto ansi Bar extends Foo {
-
- .method public virtual
- instance default object clone () cil managed
- {
- .maxstack 8
- ldarg.0
- ret
- }
-}