Index: test/message/arrow-formal-parameters.js |
diff --git a/test/mjsunit/regress/regress-crbug-489597.js-script b/test/message/arrow-formal-parameters.js |
similarity index 87% |
copy from test/mjsunit/regress/regress-crbug-489597.js-script |
copy to test/message/arrow-formal-parameters.js |
index cb4dd84df3eed3d5d80338782379d09cc5a8c26e..30f9c8604800879df5a265a7545ad9476d991e92 100644 |
--- a/test/mjsunit/regress/regress-crbug-489597.js-script |
+++ b/test/message/arrow-formal-parameters.js |
@@ -2,4 +2,4 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
adamk
2015/07/14 19:16:19
Please add a --harmony-arrow-functions flag line
|
-throw new Error("boom"); |
+(b, a, a, d) => a |