mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fixed build.
This commit is contained in:
@@ -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") );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user