Index: runtime/vm/heap_test.cc |
=================================================================== |
--- runtime/vm/heap_test.cc (revision 35591) |
+++ runtime/vm/heap_test.cc (working copy) |
@@ -3,7 +3,6 @@ |
// BSD-style license that can be found in the LICENSE file. |
#include "platform/globals.h" |
-#if !defined(TARGET_ARCH_ARM64) |
#include "platform/assert.h" |
#include "vm/dart_api_impl.h" |
@@ -51,6 +50,7 @@ |
heap->CollectGarbage(Heap::kOld); |
} |
+ |
class ClassHeapStatsTestHelper { |
public: |
static ClassHeapStats* GetHeapStatsForCid(ClassTable* class_table, |
@@ -209,5 +209,3 @@ |
} |
} // namespace dart. |
- |
-#endif // !defined(TARGET_ARCH_ARM64) |