aboutsummaryrefslogtreecommitdiff
path: root/test/script/error/JDK-8008814-2.js.EXPECTED
diff options
context:
space:
mode:
authorDana Dahlstrom <dahlstrom@google.com>2018-11-16 15:15:15 -0800
committerDana Dahlstrom <dahlstrom@google.com>2018-11-16 15:15:15 -0800
commit09c345a5577b4ba9fafe5cb059b992960d2db619 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /test/script/error/JDK-8008814-2.js.EXPECTED
parent45faba88ae10e979db10142c68d02d986018010a (diff)
downloadjdk8u_nashorn-studio-master-dev.tar.gz
Delete filesstudio-master-dev
As of Change I9499eff3 the openjdk manifest uses the master branch. Change-Id: I283cf647e64bbe50fce78f514cff75980bc9ec61
Diffstat (limited to 'test/script/error/JDK-8008814-2.js.EXPECTED')
-rw-r--r--test/script/error/JDK-8008814-2.js.EXPECTED3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/script/error/JDK-8008814-2.js.EXPECTED b/test/script/error/JDK-8008814-2.js.EXPECTED
deleted file mode 100644
index f79c679c..00000000
--- a/test/script/error/JDK-8008814-2.js.EXPECTED
+++ /dev/null
@@ -1,3 +0,0 @@
-test/script/error/JDK-8008814-2.js:32:2 In strict mode, function declarations can only occur at program or function body level. You should use a function expression here instead.
- function g() {
- ^