Chromium Code Reviews| Index: runtime/vm/cpuinfo_test.cc |
| diff --git a/runtime/vm/cpuinfo_test.cc b/runtime/vm/cpuinfo_test.cc |
| index e717d28eb1559a0d5c540fee148e305ce2af85b3..860c407601276b3ca1538354599609b857c04216 100644 |
| --- a/runtime/vm/cpuinfo_test.cc |
| +++ b/runtime/vm/cpuinfo_test.cc |
| @@ -10,10 +10,8 @@ |
| namespace dart { |
| UNIT_TEST_CASE(GetCpuModelTest) { |
| - CpuInfo::InitOnce(); |
| const char* cpumodel = CpuInfo::GetCpuModel(); |
| EXPECT_NE(strlen(cpumodel), 0UL); |
| - CpuInfo::Cleanup(); |
| } |
| } // namespace dart |