Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d1822 commit 447a6e6Copy full SHA for 447a6e6
test/doctest/doctest.h
@@ -5036,6 +5036,8 @@ namespace doctest
5036
DOCTEST_PRINTF_COLORED(context.c_str(), Color::None);
5037
DOCTEST_PRINTF_COLORED("\n", Color::None);
5038
5039
+ std::fflush(stdout);
5040
+
5041
printToDebugConsole(String(loc) + msg + " " + info.c_str() + "\n" + context.c_str() +
5042
"\n");
5043
0 commit comments