Chromium Code Reviews| Index: test/cctest/test-heap.cc |
| =================================================================== |
| --- test/cctest/test-heap.cc (revision 5698) |
| +++ test/cctest/test-heap.cc (working copy) |
| @@ -512,7 +512,7 @@ |
| CHECK(a->IsSymbol()); |
| Object* b; |
| MaybeObject* maybe_b = Heap::LookupAsciiSymbol(string); |
| - if (!maybe_maybe_b->ToObject(&b)) continue; |
| + if (!maybe_b->ToObject(&b)) continue; |
| CHECK_EQ(b, a); |
| CHECK(String::cast(b)->IsEqualTo(CStrVector(string))); |
| } |