[corlib] Disable a test that is incompatible with how nunitlite runs tests
[mono.git] / mcs / class / corlib / System.Reflection.Emit / OpCodeNames.cs
index bcac4a31c1d4421dd23724a8dd74e3604236c4e9..67ddad4a581323bc34bab0f11809093484e2224f 100644 (file)
@@ -1,4 +1,3 @@
-#if !FULL_AOT_RUNTIME
 namespace System.Reflection.Emit {
        static class OpCodeNames {
                internal static readonly string [] names = {
@@ -309,4 +308,3 @@ namespace System.Reflection.Emit {
                };
        }
 }
-#endif