Skip to content

Commit

Permalink
tests: fix Catch2 includes
Browse files Browse the repository at this point in the history
  • Loading branch information
JaCzekanski committed Dec 18, 2019
1 parent fb7997f commit f857966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit/main.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define CATCH_CONFIG_RUNNER
#include <catch.hpp>
#include <catch2/catch.hpp>

int main(int argc, char* argv[]) { return Catch::Session().run(argc, argv); }
2 changes: 1 addition & 1 deletion tests/unit/utils/logic.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "utils/logic.h"
#include <catch.hpp>
#include <catch2/catch.hpp>

namespace utils {

Expand Down

0 comments on commit f857966

Please sign in to comment.