Index: test/message/formal-parameters-bad-rest.js |
diff --git a/test/message/formal-parameters-bad-rest.js b/test/message/formal-parameters-bad-rest.js |
deleted file mode 100644 |
index c67e1de93fed808fb0578e9029dabef201ab51e4..0000000000000000000000000000000000000000 |
--- a/test/message/formal-parameters-bad-rest.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 foo(...b, a) { return a } |