commit | 26b56081775cd95c89e0f3de2572ce24f72bc710 | [log] [tgz] |
---|---|---|
author | Václav Kubernát <kubernat@cesnet.cz> | Mon Feb 03 18:28:56 2020 +0100 |
committer | Václav Kubernát <kubernat@cesnet.cz> | Mon Feb 03 19:28:53 2020 +0100 |
tree | 233c769aa4475cefc47268c2542d81326a715980 | |
parent | 1d50a5be75721e46a4df9f927f2b773d42501c97 [diff] [blame] |
Rename .h header files to .hpp Majority of the project uses .hpp and .h shouldn't be used for C++ header files anyway. Change-Id: I979ba2d243f8f5dbf45c37237ac4aaf9a733eba8
diff --git a/tests/path_utils.cpp b/tests/path_utils.cpp index c23984d..3a3fb72 100644 --- a/tests/path_utils.cpp +++ b/tests/path_utils.cpp
@@ -5,7 +5,7 @@ * */ -#include "trompeloeil_doctest.h" +#include "trompeloeil_doctest.hpp" #include "ast_path.hpp" TEST_CASE("path utils")