Bläddra i källkod

Fixed unit test.

Branimir Karadžić 8 år sedan
förälder
incheckning
b91094c1f8
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      tests/filepath_test.cpp

+ 1 - 1
tests/filepath_test.cpp

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