| Index: test/mjsunit/regress/regress-1099.js
|
| diff --git a/test/mjsunit/regress/regress-1099.js b/test/mjsunit/regress/regress-1099.js
|
| index 36f09e4eb9cf4358b04e11d56fb71a30baa6f611..196a7fad2716599c5c9f970b10c3bc9d38682cfb 100644
|
| --- a/test/mjsunit/regress/regress-1099.js
|
| +++ b/test/mjsunit/regress/regress-1099.js
|
| @@ -27,10 +27,12 @@
|
|
|
| // Flags: --allow-natives-syntax
|
|
|
| -// Test that LApplyArguments lithium instruction restores context after the call.
|
| +// Test that LApplyArguments lithium instruction restores context
|
| +// after the call.
|
|
|
| function X() {
|
| - var slot = "foo"; return function (a) { return slot === a; }
|
| + var slot = "foo";
|
| + return function (a) { return slot === a; };
|
| }
|
|
|
| function Y(x) {
|
|
|