Chromium Code Reviews| Index: test/cctest/test-decls.cc |
| =================================================================== |
| --- test/cctest/test-decls.cc (revision 2324) |
| +++ test/cctest/test-decls.cc (working copy) |
| @@ -534,10 +534,10 @@ |
| { ExistsInPrototypeContext context; |
| context.Check("var x; x", |
| + 1, // get |
| 0, |
| - 0, |
| 1, // declaration |
| - EXPECT_RESULT, Undefined()); |
| + EXPECT_EXCEPTION); |
| } |
| { ExistsInPrototypeContext context; |