Skip to content

Commit e5f02cd

Browse files
Update testtokenize.cpp
1 parent 0d3f429 commit e5f02cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testtokenize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7437,7 +7437,7 @@ class TestTokenizer : public TestFixture {
74377437
ASSERT_EQUALS("sn0=={(tmp:?=", testAst("Str s = n == 0 ? (Str) { 0 } : tmp;")); // #14548
74387438
ASSERT_EQUALS("s(sstrlens(0:?,{(return", testAst("return (struct Str) { (unsigned char*)s, s ? strlen(s) : 0 };"));
74397439
}
7440-
7440+
74417441
void astfuncdecl() {
74427442
ASSERT_EQUALS("", testAst("bool operator==(const S& a, const S& b);", AstStyle::Simple, ListSimplification::Full));
74437443
ASSERT_EQUALS("", testAst("::int32_t f();"));

0 commit comments

Comments
 (0)