Chromium Code Reviews| Index: test/cctest/test-api.cc |
| =================================================================== |
| --- test/cctest/test-api.cc (revision 7878) |
| +++ test/cctest/test-api.cc (working copy) |
| @@ -14452,5 +14452,4 @@ |
| context->Global()->Set(v8_str("f"), function); |
| TryCatch try_catch; |
| CompileRun("f.call(2)"); |
| - CHECK(try_catch.HasCaught()); |
| } |