| Index: test/cctest/test-debug.cc
|
| diff --git a/test/cctest/test-debug.cc b/test/cctest/test-debug.cc
|
| index 908b59bc20f1af4af3bbcbea68f6a5f175663f3d..4c71928f05fcf1aa8dd29b00139dcb4d26cc9c87 100644
|
| --- a/test/cctest/test-debug.cc
|
| +++ b/test/cctest/test-debug.cc
|
| @@ -391,7 +391,6 @@ void CheckDebuggerUnloaded(bool check_functions) {
|
| HeapIterator iterator(CcTest::heap());
|
| for (HeapObject* obj = iterator.next(); obj != NULL; obj = iterator.next()) {
|
| CHECK(!obj->IsDebugInfo());
|
| - CHECK(!obj->IsBreakPointInfo());
|
|
|
| // If deep check of functions is requested check that no debug break code
|
| // is left in all functions.
|
|
|