< prev index next >

test/valhalla/mvt/vector/VectorTest.java

Print this page

        

*** 33,43 **** import static org.testng.Assert.assertEquals; /* * @test ! * @run testng/othervm -Xint -Xverify:none -XX:+EnableMVT VectorTest */ @Test public class VectorTest { static final ValueType<?> VT = ValueType.forClass(Long2.class); --- 33,43 ---- import static org.testng.Assert.assertEquals; /* * @test ! * @run testng/othervm -Xverify:none -XX:+EnableMVT VectorTest */ @Test public class VectorTest { static final ValueType<?> VT = ValueType.forClass(Long2.class);
< prev index next >