diff options
-rw-r--r-- | compiler-rt/test/asan/TestCases/error_report_callback.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/error_report_callback.cc b/compiler-rt/test/asan/TestCases/error_report_callback.cc index 354369a67c4..8c5bbe418fc 100644 --- a/compiler-rt/test/asan/TestCases/error_report_callback.cc +++ b/compiler-rt/test/asan/TestCases/error_report_callback.cc @@ -6,6 +6,7 @@ static void ErrorReportCallbackOneToZ(const char *report) { fprintf(stderr, "ABCDEF%sGHIJKL", report); + fflush(stderr); } int main(int argc, char **argv) { |