[jit] Enable the gsharedvt testcase which now works.
authorZoltan Varga <vargaz@gmail.com>
Wed, 11 Mar 2015 22:47:38 +0000 (18:47 -0400)
committerZoltan Varga <vargaz@gmail.com>
Wed, 11 Mar 2015 22:47:54 +0000 (18:47 -0400)
mono/mini/aot-tests.cs

index 9852457e23bf8a464a4e0c97fd3cb3dc463c449d..82dba43c3d4ff557f8518f2c44afb5303f2cdc86 100644 (file)
@@ -152,7 +152,6 @@ class Tests
                public long o1, o2, o3;
        }
 
-#if FALSE
        [Category ("GSHAREDVT")]
        public static int test_0_arm64_gsharedvt_out_vtypebyref () {
                /* gsharedvt out trampoline with vtypebyref argument */
@@ -167,7 +166,6 @@ class Tests
                        return 1;
                return 0;
        }
-#endif
 
        class Foo5<T> {
                public static T Get_T (object o) {