summaryrefslogtreecommitdiff
path: root/src/dstr-assignment
diff options
context:
space:
mode:
authorLeo Balter <leonardo.balter@gmail.com>2017-04-25 15:52:19 -0400
committerLeo Balter <leonardo.balter@gmail.com>2017-04-25 15:52:19 -0400
commit84198d6664a271c698a8fd1330b27f660e83abcc (patch)
treee19543b3ac6a5cefdd54a4092de500b1492f958a /src/dstr-assignment
parent6ab3b0901b2a859b55a68503357e371674113f2a (diff)
downloadqtdeclarative-testsuites-84198d6664a271c698a8fd1330b27f660e83abcc.tar.gz
Remove duplicate case
same es src/dstr-assignment/array-elem-target-simple-strict.case
Diffstat (limited to 'src/dstr-assignment')
-rw-r--r--src/dstr-assignment/array-elem-init-simple-strict.case21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/dstr-assignment/array-elem-init-simple-strict.case b/src/dstr-assignment/array-elem-init-simple-strict.case
deleted file mode 100644
index 3db58d550..000000000
--- a/src/dstr-assignment/array-elem-init-simple-strict.case
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright (C) 2015 the V8 project authors. All rights reserved.
-// This code is governed by the BSD license found in the LICENSE file.
-
-/*---
-desc: >
- It is a Syntax Error if LeftHandSideExpression is neither an
- ObjectLiteral nor an ArrayLiteral and
- IsValidSimpleAssignmentTarget(LeftHandSideExpression) is
- false.
-template: syntax
-es6id: 12.14.5.1
-flags: [onlyStrict]
-negative:
- phase: early
- type: SyntaxError
----*/
-
-//- elems
-[arguments]
-//- values
-[]