Remove duplicate case

same es src/dstr-assignment/array-elem-target-simple-strict.case
This commit is contained in:
Leo Balter 2017-04-25 15:52:19 -04:00
parent 6ab3b0901b
commit 84198d6664
No known key found for this signature in database
GPG Key ID: 2C75F319D398E36B
1 changed files with 0 additions and 21 deletions

View File

@ -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
[]