Index: test/cctest/test-heap-profiler.cc |
diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc |
index 6223d8b2c95dfacf27ec1276d3df9a56e1e6d7b4..dbed82687ab424896627b5f7b21c87f025ecb0b1 100644 |
--- a/test/cctest/test-heap-profiler.cc |
+++ b/test/cctest/test-heap-profiler.cc |
@@ -394,8 +394,7 @@ TEST(HeapSnapshotAddressReuse) { |
if (id < maxId1) |
++wrong_count; |
} |
- // FIXME: Object ids should be unique but it is not so at the moment. |
- CHECK_NE(0, wrong_count); |
+ CHECK_EQ(0, wrong_count); |
} |