diff --git a/compiler-rt/test/asan/TestCases/report_error_summary.cpp b/compiler-rt/test/asan/TestCases/report_error_summary.cpp --- a/compiler-rt/test/asan/TestCases/report_error_summary.cpp +++ b/compiler-rt/test/asan/TestCases/report_error_summary.cpp @@ -6,7 +6,7 @@ #include extern "C" void __sanitizer_report_error_summary(const char *summary) { - fprintf(stderr, "test_report_error_summary\n", summary); + fprintf(stderr, "test_report_error_summary\n"); // CHECK: test_report_error_summary fflush(stderr); }