Skip to content

Commit 7b22504

Browse files
Update testtokenize.cpp
1 parent c58ad56 commit 7b22504

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
@@ -3829,7 +3829,7 @@ class TestTokenizer : public TestFixture {
38293829
ASSERT_EQUALS(true, tok1->link() == tok2);
38303830
ASSERT_EQUALS(true, tok2->link() == tok1);
38313831
}
3832-
3832+
38333833
{
38343834
const char code[] = "template <typename Fn, typename... Args>\n" // #14612
38353835
"void f(Fn && fn, Args&&... args) {\n"

0 commit comments

Comments
 (0)