|
@@ -120,5 +120,5 @@ TEST_CASE("FilePath", "")
|
|
|
TEST_CASE("FilePath temp", "")
|
|
TEST_CASE("FilePath temp", "")
|
|
|
{
|
|
{
|
|
|
bx::FilePath tmp(bx::TempDir::Tag);
|
|
bx::FilePath tmp(bx::TempDir::Tag);
|
|
|
- REQUIRE(0 != bx::strCmp(".", tmp.getPath() ) );
|
|
|
|
|
|
|
+ REQUIRE(0 != bx::strCmp(".", tmp.getPath().getPtr() ) );
|
|
|
}
|
|
}
|