mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-16 05:15:22 +00:00
8150814: correct package declaration in Nashorn test
Reviewed-by: sundar
This commit is contained in:
parent
e0eed46531
commit
762fc4fca7
@ -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])"));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user