Skip to content

Commit

Permalink
clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Feb 29, 2024
1 parent 9729e33 commit 710597e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testvalueflow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,7 @@ class TestValueFlow : public TestFixture {
"}\n";
values = tokenValues(code, "=");
ASSERT_EQUALS(1U, values.size());
ASSERT_EQUALS(4 * 2 * 10LL, values.back().intvalue);
ASSERT_EQUALS(4LL * 2 * 10, values.back().intvalue);
}

void valueFlowComma()
Expand Down

0 comments on commit 710597e

Please sign in to comment.