diff options
Diffstat (limited to 'test/test_2015.cpp')
-rw-r--r-- | test/test_2015.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test_2015.cpp b/test/test_2015.cpp index e69de29..67e25f0 100644 --- a/test/test_2015.cpp +++ b/test/test_2015.cpp @@ -0,0 +1,5 @@ +#include "catch.hpp" + +TEST_CASE("", "[]") { + +} |