| Index: test/cctest/test-decls.cc
|
| ===================================================================
|
| --- test/cctest/test-decls.cc (revision 7006)
|
| +++ test/cctest/test-decls.cc (working copy)
|
| @@ -223,8 +223,8 @@
|
| { DeclarationContext context;
|
| context.Check("function x() { }; x",
|
| 1, // access
|
| - 1, // declaration
|
| 0,
|
| + 0,
|
| EXPECT_RESULT);
|
| }
|
|
|
| @@ -278,8 +278,8 @@
|
| { PresentPropertyContext context;
|
| context.Check("function x() { }; x",
|
| 1, // access
|
| - 1, // declaration
|
| 0,
|
| + 0,
|
| EXPECT_RESULT);
|
| }
|
|
|
| @@ -332,8 +332,8 @@
|
| { AbsentPropertyContext context;
|
| context.Check("function x() { }; x",
|
| 1, // access
|
| - 1, // declaration
|
| 0,
|
| + 0,
|
| EXPECT_RESULT);
|
| }
|
|
|
| @@ -422,8 +422,8 @@
|
| { AppearingPropertyContext context;
|
| context.Check("function x() { }; x",
|
| 1, // access
|
| - 1, // declaration
|
| 0,
|
| + 0,
|
| EXPECT_RESULT);
|
| }
|
|
|
|
|