summaryrefslogtreecommitdiff
path: root/test/utils/cpp/path.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/cpp/path.test.cpp')
-rw-r--r--test/utils/cpp/path.test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/utils/cpp/path.test.cpp b/test/utils/cpp/path.test.cpp
index 7a0ac1fe..ecfc64c1 100644
--- a/test/utils/cpp/path.test.cpp
+++ b/test/utils/cpp/path.test.cpp
@@ -12,10 +12,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+#include "src/utils/cpp/path.hpp"
+
#include <filesystem>
#include "catch2/catch_test_macros.hpp"
-#include "src/utils/cpp/path.hpp"
TEST_CASE("normalization", "[path]") {
CHECK(ToNormalPath(std::filesystem::path{""}) ==