Fixed unit test.

This commit is contained in:
Branimir Karadžić
2017-08-23 22:45:52 -07:00
parent 41b331e048
commit b91094c1f8

View File

@@ -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() ) );
}