Skip to content

Commit

Permalink
3822: Don't reorder cpp includes
Browse files Browse the repository at this point in the history
  • Loading branch information
kduske committed Nov 13, 2021
1 parent 4fe5da3 commit eb415f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/benchmark/src/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@
*/

// Hack to reuse the same main() function as the test suite
// clang-format off
#include "../../test/src/TestPreferenceManager.cpp"
#include "../../test/src/RunAllTests.cpp"
// clang-format on

0 comments on commit eb415f0

Please sign in to comment.