[ox] Rename BString to IString
This commit is contained in:
2
deps/ox/src/ox/std/test/tests.cpp
vendored
2
deps/ox/src/ox/std/test/tests.cpp
vendored
@@ -68,7 +68,7 @@ static std::map<ox::StringView, ox::Error(*)()> tests = {
|
||||
{
|
||||
"BString",
|
||||
[]() {
|
||||
ox::BString<5> s;
|
||||
ox::IString<5> s;
|
||||
s += "A";
|
||||
s += "B";
|
||||
s += 9;
|
||||
|
||||
Reference in New Issue
Block a user