Skip to content

Commit 37bf6a0

Browse files
authored
Update test_manipulation.cpp
1 parent ce87c2a commit 37bf6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/test_manipulation.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ TEST(TinyUTF8, EraseString)
9898

9999
auto res1 = str.erase(14);
100100

101-
EXPECT_EQ(res1, str);
101+
EXPECT_EQ(res1, str.end());
102102
EXPECT_EQ(str.length(), 14);
103103
EXPECT_EQ(str.size(), 16);
104104
EXPECT_TRUE(str.requires_unicode());

0 commit comments

Comments
 (0)