Skip to content

Commit bcbccc2

Browse files
committed
reset
1 parent 6c5f7b6 commit bcbccc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_xbasic_fixed_string.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ namespace xtl
199199
#if defined(XTL_NO_EXCEPTIONS)
200200
EXPECT_DEATH_IF_SUPPORTED(s.assign(ctothrow, size_type(18)), "");
201201
#else
202-
EXPECT_THROW(s.assign(ctothrow, size_type(17)), std::length_error);
202+
EXPECT_THROW(s.assign(ctothrow, size_type(18)), std::length_error);
203203
#endif
204204
}
205205

0 commit comments

Comments
 (0)