Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Jul 16, 2024
1 parent 420cc1c commit 9a88c33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/testsimplifyusing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -856,9 +856,7 @@ class TestSimplifyUsing : public TestFixture {
"}";

ASSERT_EQUALS(exp, tok(code));
ASSERT_EQUALS("[test.cpp:7]: (debug) valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NS1\n"
"[test.cpp:11]: (debug) valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NS2\n",
errout_str());
ASSERT_EQUALS("", errout_str());
}

void simplifyUsing9381() {
Expand Down

0 comments on commit 9a88c33

Please sign in to comment.