Skip to content

Commit b70147a

Browse files
Update testsimplifytokens.cpp [skip ci]
1 parent 3145747 commit b70147a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/testsimplifytokens.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2207,8 +2207,8 @@ class TestSimplifyTokens : public TestFixture {
22072207
"for ( i = 0 ; ( i < sz ) && ( sz > 3 ) ; ++ i ) { }\n"
22082208
"}";
22092209
ASSERT_EQUALS(expected, tokenizeAndStringify(code, dinit(TokenizeAndStringifyOptions, $.cpp = false)));
2210-
ASSERT_EQUALS("[test.c:3:25]: (debug) valueflow.cpp:4550:(valueFlow) bailout: variable '(i<sz)&&(sz>3)' used in loop [valueFlowBailout]\n"
2211-
"[test.c:3:25]: (debug) valueflow.cpp:4550:(valueFlow) bailout: variable '(i<sz)&&(sz>3)' used in loop [valueFlowBailout]\n",
2210+
ASSERT_EQUALS("[test.c:3:25]: (debug) valueflow.cpp:4547:(valueFlow) bailout: variable '(i<sz)&&(sz>3)' used in loop [valueFlowBailout]\n"
2211+
"[test.c:3:25]: (debug) valueflow.cpp:4547:(valueFlow) bailout: variable '(i<sz)&&(sz>3)' used in loop [valueFlowBailout]\n",
22122212
errout_str());
22132213
}
22142214

0 commit comments

Comments
 (0)