8150814: correct package declaration in Nashorn test

Reviewed-by: sundar
This commit is contained in:
Michael Haupt 2016-02-29 09:49:46 +01:00
parent e0eed46531
commit 762fc4fca7

View File

@ -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 @@ public class JDK_8148140_Test {
assertEquals(RESULT, engine.eval("Function.prototype.apply.call(f, null, [1,2,3])"));
}
}
}