| Index: test/mjsunit/compiler/inline-arguments.js
|
| diff --git a/test/mjsunit/compiler/inline-arguments.js b/test/mjsunit/compiler/inline-arguments.js
|
| index 7de412df232bf4b1a8604475079d59eab4b85cf1..1337ab237a4cadd8a053e6e95d0d58ffff717ccb 100644
|
| --- a/test/mjsunit/compiler/inline-arguments.js
|
| +++ b/test/mjsunit/compiler/inline-arguments.js
|
| @@ -115,9 +115,9 @@ F4(1);
|
| })();
|
|
|
| // Test arguments access from the inlined function.
|
| +%NeverOptimizeFunction(uninlinable);
|
| function uninlinable(v) {
|
| assertEquals(0, v);
|
| - %NeverOptimize();
|
| return 0;
|
| }
|
|
|
|
|