Skip to content
Snippets Groups Projects
Commit 648850aaf0ee authored by Armin Rigo's avatar Armin Rigo
Browse files

hg merge default

No related branches found
No related tags found
No related merge requests found
......@@ -56,11 +56,6 @@
for j in range(10):
output = self._take_out(output, "adding 40 and 2 and 100\n")
output = self._take_out(output, "adding 1000, 200, 30, 4\n")
# Windows note: fails occasionally, but it looks like a Windows
# bug somehow. If I add fprintf(stderr, "foo\n") after the
# final printf("done\n") in thread3-test.c, then it gets printed,
# even though the "done\n" part is very occasionally missing
# from the output.
assert output == ("starting\n"
"prepADD2\n"
"done\n")
......@@ -51,5 +51,6 @@
assert(status == 0);
}
printf("done\n");
fflush(stdout); /* this is occasionally needed on Windows */
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment