changeset 1633:58409eff7e3e jdk-9+108

8150814: correct package declaration in Nashorn test Reviewed-by: sundar
author mhaupt
date Mon, 29 Feb 2016 09:49:46 +0100
parents a797fcfb7780
children 10d21e3ecd4f
files test/src/jdk/nashorn/api/scripting/test/JDK_8148140_Test.java
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/src/jdk/nashorn/api/scripting/test/JDK_8148140_Test.java	Thu Feb 25 11:28:35 2016 -0800
+++ b/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
+}