Index: runtime/vm/allocation_test.cc |
diff --git a/runtime/vm/allocation_test.cc b/runtime/vm/allocation_test.cc |
index 146f7f6a8e5dccfdca1495d6d6e775a6cb39efb1..18c37a3b2944dbcb59db7072f527a093dd6c7ab2 100644 |
--- a/runtime/vm/allocation_test.cc |
+++ b/runtime/vm/allocation_test.cc |
@@ -77,7 +77,7 @@ static void StackAllocatedDestructionHelper(int* ptr) { |
} |
-UNIT_TEST_CASE(StackAllocatedDestruction) { |
+VM_UNIT_TEST_CASE(StackAllocatedDestruction) { |
int data = 1; |
StackAllocatedDestructionHelper(&data); |
EXPECT_EQ(4, data); |