mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Cleanup.
This commit is contained in:
@@ -464,6 +464,5 @@ TEST_CASE("strFindBlock", "")
|
||||
const bx::StringView test1(test0, 1);
|
||||
|
||||
bx::StringView result = bx::strFindBlock(test1, '{', '}');
|
||||
printf("%.*s", result.getLength(), result.getPtr() );
|
||||
REQUIRE(19 == result.getLength() );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user