mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fixed unit test.
This commit is contained in:
@@ -649,7 +649,7 @@ TEST_CASE("FixedStringT", "[string]")
|
|||||||
REQUIRE(8 == fs64.getLength() );
|
REQUIRE(8 == fs64.getLength() );
|
||||||
|
|
||||||
REQUIRE(0 != strCmp(fs64, fs256) );
|
REQUIRE(0 != strCmp(fs64, fs256) );
|
||||||
REQUIRE(0 != strCmp(fs64, "13899831") );
|
REQUIRE(0 == strCmp(fs64, "13899831") );
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(tinystl_string_constructor)
|
TEST(tinystl_string_constructor)
|
||||||
|
|||||||
Reference in New Issue
Block a user