We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78744a commit 78b711fCopy full SHA for 78b711f
1 file changed
test/testtokenize.cpp
@@ -8449,7 +8449,7 @@ class TestTokenizer : public TestFixture {
8449
8450
ASSERT_EQUALS("a0>bc/d:?", testAst("(a>0) ? (b/(c)) : d;"));
8451
ASSERT_EQUALS("abc/+d+", testAst("a + (b/(c)) + d;"));
8452
- ASSERT_EQUALS("f( x1024x/0:?", testAst("void f() { x ? 1024 / x : 0; }"));
+ ASSERT_EQUALS("f( x1024x/0:?", testAst("void f() { x ? 1024 / x : 0; }"));
8453
8454
ASSERT_EQUALS("absizeofd(ef.+(=", testAst("a = b(sizeof(c d) + e.f)"));
8455
0 commit comments