| Index: test/mjsunit/regress/regress-crbug-387636.js
|
| diff --git a/test/mjsunit/regress/regress-crbug-380512.js b/test/mjsunit/regress/regress-crbug-387636.js
|
| similarity index 85%
|
| copy from test/mjsunit/regress/regress-crbug-380512.js
|
| copy to test/mjsunit/regress/regress-crbug-387636.js
|
| index af78ba7183abebad0178de169592c276f95f03c7..1e50ace45a293c8561042f1a09c8fcd505b43dc2 100644
|
| --- a/test/mjsunit/regress/regress-crbug-380512.js
|
| +++ b/test/mjsunit/regress/regress-crbug-387636.js
|
| @@ -4,7 +4,9 @@
|
|
|
| // Flags: --allow-natives-syntax
|
|
|
| -function f() { [].lastIndexOf(42); }
|
| +function f() {
|
| + [].indexOf(0x40000000);
|
| +}
|
|
|
| f();
|
| f();
|
|
|