< prev index next >

test/valhalla/mvt/vector/VectorTest.java

Print this page

        

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