Index: runtime/vm/cpuinfo_test.cc |
diff --git a/runtime/vm/cpuinfo_test.cc b/runtime/vm/cpuinfo_test.cc |
index 0b6113b75b9b2567d510f76454ee8777237f2011..2d8434e1e473d0de43bfd55dc924ae15a6018fdc 100644 |
--- a/runtime/vm/cpuinfo_test.cc |
+++ b/runtime/vm/cpuinfo_test.cc |
@@ -9,7 +9,7 @@ |
namespace dart { |
-UNIT_TEST_CASE(GetCpuModelTest) { |
+VM_UNIT_TEST_CASE(GetCpuModelTest) { |
const char* cpumodel = CpuInfo::GetCpuModel(); |
EXPECT_NE(strlen(cpumodel), 0UL); |
// caller is responsible for deleting the returned cpumodel string. |