Pārlūkot izejas kodu

Fixed unit test.

Branimir Karadžić 8 gadi atpakaļ
vecāks
revīzija
b91094c1f8
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      tests/filepath_test.cpp

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