| Index: test/cctest/test-parsing.cc
|
| diff --git a/test/cctest/test-parsing.cc b/test/cctest/test-parsing.cc
|
| index 39856b67612094866a3df1cc88185fa56351f37d..08f117b3513c7657b6dabc4b7a7e26c6d4a2b2f5 100755
|
| --- a/test/cctest/test-parsing.cc
|
| +++ b/test/cctest/test-parsing.cc
|
| @@ -253,7 +253,7 @@ TEST(StandAlonePreParser) {
|
| "{label: 42}",
|
| "var x = 42;",
|
| "function foo(x, y) { return x + y; }",
|
| - "native function foo(); return %ArgleBargle(glop);",
|
| + "%ArgleBargle(glop);",
|
| "var x = new new Function('this.x = 42');",
|
| NULL
|
| };
|
|
|