diff options
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; |