Fixed build.

This commit is contained in:
Branimir Karadžić
2018-11-11 21:28:27 -08:00
parent 43f530b4ec
commit 9c75dfec84
3 changed files with 16 additions and 4 deletions

View File

@@ -188,5 +188,5 @@ TEST_CASE("vsnprintf write")
REQUIRE(len == 4);
bx::StringView str(tmp, len);
REQUIRE(0 == bx::strCmp(str, "1389"));
REQUIRE(0 == bx::strCmp(str, "1389") );
}