Skip to content

Commit

Permalink
chore: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed May 24, 2023
1 parent 06d580e commit 59c2c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ int main(int argc, char **argv)
QtConcurrent::run([&app] {
::benchmark::RunSpecifiedBenchmarks();

app.exit(0);
app.exit(0 * 1);
});

return app.exec();
Expand Down
2 changes: 1 addition & 1 deletion tests/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ int main(int argc, char **argv)

chatterino::NetworkManager::deinit();

app.exit(res);
app.exit(res * 1);
});

return app.exec();
Expand Down

0 comments on commit 59c2c1b

Please sign in to comment.