Skip to content

Commit

Permalink
Update catch to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcshane committed Aug 15, 2019
1 parent d58fd9c commit d39f635
Show file tree
Hide file tree
Showing 4 changed files with 17,077 additions and 10,361 deletions.
2 changes: 1 addition & 1 deletion test/main.cpp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define CATCH_CONFIG_MAIN
#include "catch.hpp"
#include <catch2/catch.hpp>
2 changes: 1 addition & 1 deletion test/test_leftright.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <mpm/leftright.h>
#include <map>
#include <string>
#include <catch.hpp>
#include <catch2/catch.hpp>


TEST_CASE("in-place construct", "[mpm.leftright]")
Expand Down
Loading

0 comments on commit d39f635

Please sign in to comment.