Chromium Code Reviews| Index: test/mjsunit/regress-crbug-619476.js |
| diff --git a/test/message/arrow-bare-rest-param.js b/test/mjsunit/regress-crbug-619476.js |
| similarity index 61% |
| copy from test/message/arrow-bare-rest-param.js |
| copy to test/mjsunit/regress-crbug-619476.js |
| index b826ec20b79dcb4a7f3a53b4a85568f8b8089da7..33204ae7739950dee3a170d670df92d4305e0819 100644 |
| --- a/test/message/arrow-bare-rest-param.js |
| +++ b/test/mjsunit/regress-crbug-619476.js |
| @@ -1,7 +1,7 @@ |
| // Copyright 2015 the V8 project authors. All rights reserved. |
|
adamk
2016/06/13 12:14:52
2016 :)
|
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -// |
| -// |
| -...x => 10 |
| +var x = {}; |
| +// Crashes in debug mode if an erroneous DCHECK in dfb8d333 is not removed. |
| +eval, x[eval]; |