[mcs] Fixes user operator extraction from shared list. Fixes #46806
[mono.git] / mcs / tests / test-181.cs
index 1c4a6ba463ea07296eaaa2215224791b786eba10..526f238285fea10be61d84ad175f8618e6633a13 100644 (file)
@@ -19,7 +19,7 @@ class Test
        {
        }
 
-       [MethodImplAttribute((short)32)]
+       [MethodImplAttribute((byte)32)]
        public void test3 ()
        {
        }