From 84198d6664a271c698a8fd1330b27f660e83abcc Mon Sep 17 00:00:00 2001
From: Leo Balter <leonardo.balter@gmail.com>
Date: Tue, 25 Apr 2017 15:52:19 -0400
Subject: [PATCH] Remove duplicate case

same es src/dstr-assignment/array-elem-target-simple-strict.case
---
 .../array-elem-init-simple-strict.case        | 21 -------------------
 1 file changed, 21 deletions(-)
 delete mode 100644 src/dstr-assignment/array-elem-init-simple-strict.case

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 3db58d5504..0000000000
--- 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
-[]
-- 
GitLab