< prev index next >

test/src/jdk/nashorn/internal/runtime/regexp/test/JdkRegExpTest.java

Print this page

        

*** 29,38 **** --- 29,39 ---- import jdk.nashorn.internal.runtime.regexp.RegExpFactory; import jdk.nashorn.internal.runtime.regexp.RegExpMatcher; import static org.testng.Assert.assertEquals; import static org.testng.Assert.assertNotNull; import static org.testng.Assert.assertTrue; + import static org.testng.Assert.fail; import org.testng.annotations.Test; /** * Basic tests for the JDK based RegExp implementation.
< prev index next >