Skip to content

Commit fe8c2df

Browse files
Update testtokenize.cpp
1 parent 4513b60 commit fe8c2df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/testtokenize.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,8 +1324,8 @@ class TestTokenizer : public TestFixture {
13241324
"return ;\n"
13251325
"}", tokenizeAndStringify(code));
13261326
ASSERT_EQUALS(
1327-
"[test.cpp:5:1]: (debug) valueflow.cpp:5426:valueFlowForLoopSimplifyAfter bailout: For loop variable bailout on escape statement [valueFlowBailout]\n"
1328-
"[test.cpp:5:1]: (debug) valueflow.cpp:5426:valueFlowForLoopSimplifyAfter bailout: For loop variable bailout on escape statement [valueFlowBailout]\n",
1327+
"[test.cpp:5:1]: (debug) valueflow.cpp:5427:valueFlowForLoopSimplifyAfter bailout: For loop variable bailout on escape statement [valueFlowBailout]\n"
1328+
"[test.cpp:5:1]: (debug) valueflow.cpp:5427:valueFlowForLoopSimplifyAfter bailout: For loop variable bailout on escape statement [valueFlowBailout]\n",
13291329
errout_str());
13301330
}
13311331

0 commit comments

Comments
 (0)