diff options
author | Yi Jin <jinyithu@google.com> | 2017-11-20 19:34:15 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2017-11-20 19:34:15 +0000 |
commit | 0dc7e54400da07e98cc05e8531465df7501e81a5 (patch) | |
tree | 2eba56d47ba9ba8be3ec3b11d74d477ac96ee641 /cmds/incident_helper/tests/CpuInfoParser_test.cpp | |
parent | 3fbc4f3845ae899867ad69af409492043c5a2b57 (diff) | |
parent | 0eb223496c3dee6bd0a33ea4fa664fb92ef557cc (diff) |
Merge "Implement Cpu Freq Section"
Diffstat (limited to 'cmds/incident_helper/tests/CpuInfoParser_test.cpp')
-rw-r--r-- | cmds/incident_helper/tests/CpuInfoParser_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/incident_helper/tests/CpuInfoParser_test.cpp b/cmds/incident_helper/tests/CpuInfoParser_test.cpp index 57ad15cf3910..bbc14bca3efc 100644 --- a/cmds/incident_helper/tests/CpuInfoParser_test.cpp +++ b/cmds/incident_helper/tests/CpuInfoParser_test.cpp @@ -56,7 +56,7 @@ protected: const string kTestDataPath = kTestPath + "/testdata/"; }; -TEST_F(CpuInfoParserTest, HasSwapInfo) { +TEST_F(CpuInfoParserTest, Success) { const string testFile = kTestDataPath + "cpuinfo.txt"; CpuInfoParser parser; CpuInfo expected; |