Index: test/message/arrow-missing.js |
diff --git a/test/message/arrow-two-rest-params.js b/test/message/arrow-missing.js |
similarity index 88% |
copy from test/message/arrow-two-rest-params.js |
copy to test/message/arrow-missing.js |
index 345545ccdf07634405b9e6b7b83faceac38c312a..566345a4601dabb4b9278b8703df4a4c7485c0b1 100644 |
--- a/test/message/arrow-two-rest-params.js |
+++ b/test/message/arrow-missing.js |
@@ -4,4 +4,4 @@ |
// |
// Flags: --harmony-rest-parameters --harmony-arrow-functions |
-(w, ...x, ...y) => 10 |
+function foo() { return(); } |