Skip to content

Commit 4607f96

Browse files
committed
Format
1 parent 7e929f8 commit 4607f96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testvalueflow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@ class TestValueFlow : public TestFixture {
12641264
code = "bool f(unsigned a) {\n"
12651265
" bool x = -a < 1;\n"
12661266
" return x;\n"
1267-
"}";
1267+
"}";
12681268
ASSERT_EQUALS(false, testValueOfXKnown(code, 3U, 1));
12691269

12701270
// Logical and

0 commit comments

Comments
 (0)