| Index: runtime/vm/heap_test.cc
|
| diff --git a/runtime/vm/heap_test.cc b/runtime/vm/heap_test.cc
|
| index 1d55a1308b44ae0af26a1ab049ea845243975ff1..7454cf45709df4bd295d029b8eac6f95293d8516 100644
|
| --- a/runtime/vm/heap_test.cc
|
| +++ b/runtime/vm/heap_test.cc
|
| @@ -74,6 +74,7 @@ TEST_CASE(LargeSweep) {
|
| }
|
|
|
|
|
| +#ifndef PRODUCT
|
| class ClassHeapStatsTestHelper {
|
| public:
|
| static ClassHeapStats* GetHeapStatsForCid(ClassTable* class_table,
|
| @@ -231,6 +232,7 @@ TEST_CASE(ArrayHeapStats) {
|
| EXPECT_GT(expected_size + kTolerance, after - before);
|
| Dart_ExitScope();
|
| }
|
| +#endif // !PRODUCT
|
|
|
|
|
| class FindOnly : public FindObjectVisitor {
|
|
|