[corlib] Disable a test that is incompatible with how nunitlite runs tests
[mono.git] / mcs / class / corlib / System.Reflection.Emit / OpCodeNames.cs
index 04a2b8b93d83eecfc6d7324e83faf1a55db8e683..67ddad4a581323bc34bab0f11809093484e2224f 100644 (file)
@@ -1,5 +1,5 @@
 namespace System.Reflection.Emit {
-       internal class OpCodeNames {
+       static class OpCodeNames {
                internal static readonly string [] names = {
                        "nop",
                        "break",
@@ -164,8 +164,8 @@ namespace System.Reflection.Emit {
                        "stelem.r4",
                        "stelem.r8",
                        "stelem.ref",
-                       "ldelem.any",
-                       "stelem.any",
+                       "ldelem",
+                       "stelem",
                        "unbox.any",
                        null,
                        null,
@@ -287,7 +287,7 @@ namespace System.Reflection.Emit {
                        null,
                        "sizeof",
                        "refanytype",
-                       null,
+                       "readonly.",
                        null,
                        null,
                        null,