Changes empty static StringView, as it caused conflicts with older Empty bool checker.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -77,7 +77,7 @@ TEST_CASE("Out of scope char* doesn't lose reference", "[Utilities]") {
|
||||
}
|
||||
|
||||
TEST_CASE("Get Empty String", "[Utilities]") {
|
||||
REQUIRE(ArbUt::StringView::Empty() == ""_cnc);
|
||||
REQUIRE(ArbUt::StringView::EmptyString() == ""_cnc);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user