diff options
Diffstat (limited to 'test/test.cpp')
-rw-r--r-- | test/test.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test.cpp b/test/test.cpp index 50161be..7645ade 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -5,8 +5,6 @@ #include "doctest/doctest.h" #include "inja/inja.hpp" -using json = nlohmann::json; - const std::string test_file_directory {"../test/data/"}; #include "test-files.cpp" |