Skip to content

Commit fed5c07

Browse files
committed
fix
1 parent 3906f50 commit fed5c07

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/test_xbasic_fixed_string.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,6 @@ namespace xtl
11051105
{
11061106
string_type s1 = "aabcdef";
11071107
string_type s2 = "abcdefg";
1108-
string_type s3 = "aabcd";
11091108

11101109
EXPECT_TRUE(s1 < s2);
11111110
EXPECT_TRUE(s1 <= s2);

0 commit comments

Comments
 (0)