Skip to content

Commit ecc9a5b

Browse files
Update testtokenize.cpp
1 parent c4d0b34 commit ecc9a5b

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
@@ -7819,7 +7819,7 @@ class TestTokenizer : public TestFixture {
78197819

78207820
ASSERT_NO_THROW(tokenizeAndStringify("void f() {\n" // #14395
78217821
" for (int i : [](int a, int b) { ++a; ++b; return std::vector<int>{a, b}; }(1, 2)) {}\n"
7822-
"}\n"));
7822+
"}\n"));
78237823

78247824
ASSERT_NO_THROW(tokenizeAndStringify("int y = a[x<>];")); // #14676
78257825

0 commit comments

Comments
 (0)