forked from OSchip/llvm-project
[asan] Try to fix windows test by fflush(stderr)
llvm-svn: 313728
This commit is contained in:
parent
cf096c2af3
commit
8a65209d0b
|
@ -6,6 +6,7 @@
|
|||
|
||||
static void ErrorReportCallbackOneToZ(const char *report) {
|
||||
fprintf(stderr, "ABCDEF%sGHIJKL", report);
|
||||
fflush(stderr);
|
||||
}
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
|
|
Loading…
Reference in New Issue