File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1703,7 +1703,7 @@ class TestTokenizer : public TestFixture {
17031703 " for ( ; x; )\n "
17041704 " l1: l2: --x;\n "
17051705 " }" ));
1706- ASSERT_EQUALS (" [test.cpp:2:11]: (debug) valueflow.cpp:4574 :(valueFlow) bailout: variable 'x' used in loop [valueFlowBailout]\n " , errout_str ());
1706+ ASSERT_EQUALS (" [test.cpp:2:11]: (debug) valueflow.cpp:4571 :(valueFlow) bailout: variable 'x' used in loop [valueFlowBailout]\n " , errout_str ());
17071707
17081708 // Labels before {
17091709 ASSERT_EQUALS (" void f ( int x ) {\n "
@@ -1714,7 +1714,7 @@ class TestTokenizer : public TestFixture {
17141714 " for ( ; x; )\n "
17151715 " l1: l2: { -- x; }\n "
17161716 " }" ));
1717- ASSERT_EQUALS (" [test.cpp:2:11]: (debug) valueflow.cpp:4574 :(valueFlow) bailout: variable 'x' used in loop [valueFlowBailout]\n " , errout_str ());
1717+ ASSERT_EQUALS (" [test.cpp:2:11]: (debug) valueflow.cpp:4571 :(valueFlow) bailout: variable 'x' used in loop [valueFlowBailout]\n " , errout_str ());
17181718
17191719 // Labels before try/catch
17201720 ASSERT_EQUALS (" void f ( int x ) {\n "
@@ -1729,7 +1729,7 @@ class TestTokenizer : public TestFixture {
17291729 " try { throw 1; }\n "
17301730 " catch(...) { --x; }\n "
17311731 " }" ));
1732- ASSERT_EQUALS (" [test.cpp:2:11]: (debug) valueflow.cpp:4574 :(valueFlow) bailout: variable 'x' used in loop [valueFlowBailout]\n " , errout_str ());
1732+ ASSERT_EQUALS (" [test.cpp:2:11]: (debug) valueflow.cpp:4571 :(valueFlow) bailout: variable 'x' used in loop [valueFlowBailout]\n " , errout_str ());
17331733 }
17341734
17351735
You can’t perform that action at this time.
0 commit comments