fix(shell/lean): Flycheck doesn't ignore stderr

This commit is contained in:
Sebastian Ullrich 2018-09-12 08:28:50 -07:00
parent de2abf5d8c
commit 62671c8b6f

View file

@ -523,7 +523,8 @@ int main(int argc, char ** argv) {
}
}
display_cumulative_profiling_times(std::cerr);
if (!json_output)
display_cumulative_profiling_times(std::cerr);
if (!test_suite) {
for (auto & mod : mods) {