Index: test/mjsunit/harmony/regress/regress-513474.js |
diff --git a/test/mjsunit/harmony/regress/regress-513474.js b/test/mjsunit/harmony/regress/regress-513474.js |
deleted file mode 100644 |
index ec4bc84a30e25dc31e75194e8f351dea62cdab2c..0000000000000000000000000000000000000000 |
--- a/test/mjsunit/harmony/regress/regress-513474.js |
+++ /dev/null |
@@ -1,7 +0,0 @@ |
-// Copyright 2015 the V8 project authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-// Flags: --harmony-rest-parameters |
- |
-(function(...a) { function f() { eval() } })(); |