--- old/test/src/jdk/nashorn/internal/runtime/regexp/test/JdkRegExpTest.java 2015-11-09 10:35:36.029341757 +0100 +++ new/test/src/jdk/nashorn/internal/runtime/regexp/test/JdkRegExpTest.java 2015-11-09 10:35:35.949341760 +0100 @@ -31,6 +31,7 @@ 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;