From 762fc4fca774f810a005bbe516ed2d1b3e326c13 Mon Sep 17 00:00:00 2001 From: Michael Haupt Date: Mon, 29 Feb 2016 09:49:46 +0100 Subject: [PATCH] 8150814: correct package declaration in Nashorn test Reviewed-by: sundar --- .../src/jdk/nashorn/api/scripting/test/JDK_8148140_Test.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nashorn/test/src/jdk/nashorn/api/scripting/test/JDK_8148140_Test.java b/nashorn/test/src/jdk/nashorn/api/scripting/test/JDK_8148140_Test.java index fcf3df7251b..43b9c4b2b23 100644 --- a/nashorn/test/src/jdk/nashorn/api/scripting/test/JDK_8148140_Test.java +++ b/nashorn/test/src/jdk/nashorn/api/scripting/test/JDK_8148140_Test.java @@ -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])")); } -} \ No newline at end of file +}