summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_report_sample_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/cmd_report_sample_test.cpp')
-rw-r--r--simpleperf/cmd_report_sample_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/simpleperf/cmd_report_sample_test.cpp b/simpleperf/cmd_report_sample_test.cpp
index 9543634d..34ba3f72 100644
--- a/simpleperf/cmd_report_sample_test.cpp
+++ b/simpleperf/cmd_report_sample_test.cpp
@@ -80,7 +80,6 @@ TEST(cmd_report_sample, has_thread_record) {
std::string data;
GetProtobufReport(PERF_DATA_WITH_SYMBOLS, &data);
ASSERT_NE(data.find("thread:"), std::string::npos);
- ASSERT_NE(data.find("thread_name: t2"), std::string::npos);
}
TEST(cmd_report_sample, trace_offcpu) {