Index: test/message/invalid-spread.js |
diff --git a/test/message/export-duplicate-as.js b/test/message/invalid-spread.js |
similarity index 70% |
copy from test/message/export-duplicate-as.js |
copy to test/message/invalid-spread.js |
index 49b52d4b17177e9443445f00379227cce07a034d..e58334e9939be9a256b7c3d8a5367e1fe1ed7ef8 100644 |
--- a/test/message/export-duplicate-as.js |
+++ b/test/message/invalid-spread.js |
@@ -2,8 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
// |
-// MODULE |
+// Flags: --harmony-rest-parameters --harmony-arrow-functions |
-var a, b; |
-export { a as c }; |
-export { a, b as c }; |
+(x, ...y) |