astyle formatting
This commit is contained in:
parent
add84187cc
commit
98305e9163
|
@ -171,7 +171,7 @@ private:
|
||||||
|
|
||||||
code = "void f(int x) {\n" // not unsigned => don't consider > condition
|
code = "void f(int x) {\n" // not unsigned => don't consider > condition
|
||||||
" int a = x;\n"
|
" int a = x;\n"
|
||||||
" if (x > 0) {}\n"
|
" if (x > 0) {}\n"
|
||||||
"}";
|
"}";
|
||||||
ASSERT_EQUALS(false, testValueOfX(code, 2U, 0));
|
ASSERT_EQUALS(false, testValueOfX(code, 2U, 0));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue