aboutsummaryrefslogtreecommitdiff
path: root/test/script/basic/es6/const-redeclare.js.EXPECTED
diff options
context:
space:
mode:
Diffstat (limited to 'test/script/basic/es6/const-redeclare.js.EXPECTED')
-rw-r--r--test/script/basic/es6/const-redeclare.js.EXPECTED3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/script/basic/es6/const-redeclare.js.EXPECTED b/test/script/basic/es6/const-redeclare.js.EXPECTED
deleted file mode 100644
index 44b6a70f..00000000
--- a/test/script/basic/es6/const-redeclare.js.EXPECTED
+++ /dev/null
@@ -1,3 +0,0 @@
-SyntaxError: test/script/basic/es6/const-redeclare.js#33:4<eval>:2:6 Variable "x" has already been declared
-const x = 2;
- ^