mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 18:16:04 +00:00
[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…
x
Reference in New Issue
Block a user