Skip to content

Commit 8ad15b7

Browse files
Update testtokenize.cpp
1 parent fe8c2df commit 8ad15b7

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
@@ -1323,7 +1323,7 @@ class TestTokenizer : public TestFixture {
13231323
"return ; } }\n\n"
13241324
"return ;\n"
13251325
"}", tokenizeAndStringify(code));
1326-
ASSERT_EQUALS(
1326+
ASSERT_EQUALS_WITHOUT_LINENUMBERS(
13271327
"[test.cpp:5:1]: (debug) valueflow.cpp:5427:valueFlowForLoopSimplifyAfter bailout: For loop variable bailout on escape statement [valueFlowBailout]\n"
13281328
"[test.cpp:5:1]: (debug) valueflow.cpp:5427:valueFlowForLoopSimplifyAfter bailout: For loop variable bailout on escape statement [valueFlowBailout]\n",
13291329
errout_str());

0 commit comments

Comments
 (0)