| Index: test/cctest/test-mark-compact.cc
|
| diff --git a/test/cctest/test-mark-compact.cc b/test/cctest/test-mark-compact.cc
|
| index c661c2873f442412ab3f44be89168aab56c282c7..e99e1e5de0d513027f070849a2105fd8cba41f6a 100644
|
| --- a/test/cctest/test-mark-compact.cc
|
| +++ b/test/cctest/test-mark-compact.cc
|
| @@ -231,7 +231,7 @@ TEST(MarkCompactCollector) {
|
| }
|
|
|
|
|
| -// TODO(gc): compaction of map space is temporary removed from GC.
|
| +// TODO(1600): compaction of map space is temporary removed from GC.
|
| #if 0
|
| static Handle<Map> CreateMap() {
|
| return FACTORY->NewMap(JS_OBJECT_TYPE, JSObject::kHeaderSize);
|
|
|