summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_report_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/cmd_report_test.cpp')
-rw-r--r--simpleperf/cmd_report_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simpleperf/cmd_report_test.cpp b/simpleperf/cmd_report_test.cpp
index f2741144..05ffc184 100644
--- a/simpleperf/cmd_report_test.cpp
+++ b/simpleperf/cmd_report_test.cpp
@@ -478,7 +478,7 @@ TEST_F(ReportCommandTest, report_offcpu_time) {
bool found = false;
for (auto& line : lines) {
if (line.find("SleepFunction") != std::string::npos) {
- ASSERT_NE(line.find("46.29%"), std::string::npos);
+ ASSERT_NE(line.find("38.77%"), std::string::npos);
found = true;
break;
}