--- a/nashorn/test/src/jdk/nashorn/api/scripting/test/JDK_8148140_Test.java Thu Feb 25 11:28:35 2016 -0800
+++ b/nashorn/test/src/jdk/nashorn/api/scripting/test/JDK_8148140_Test.java Mon Feb 29 09:49:46 2016 +0100
@@ -22,7 +22,7 @@
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
-package jdk.nashorn.internal.runtime.test;
+package jdk.nashorn.api.scripting.test;
import java.util.Arrays;
import javax.script.ScriptEngine;
@@ -70,4 +70,4 @@
assertEquals(RESULT, engine.eval("Function.prototype.apply.call(f, null, [1,2,3])"));
}
-}
\ No newline at end of file
+}