diff --git a/tests/filepath_test.cpp b/tests/filepath_test.cpp index 7be97f7..41bdd24 100644 --- a/tests/filepath_test.cpp +++ b/tests/filepath_test.cpp @@ -120,5 +120,5 @@ TEST_CASE("FilePath", "") TEST_CASE("FilePath temp", "") { bx::FilePath tmp(bx::TempDir::Tag); - REQUIRE(0 != bx::strCmp(".", tmp.getPath() ) ); + REQUIRE(0 != bx::strCmp(".", tmp.getPath().getPtr() ) ); }