TestOther: Shorter test cases (#1637)
* Remove newlines after check( * Remove unneeded statements after if-statements As an example, the previous test case check( "bool foo(int x) {\n" " if (x < 0)" " return true;\n" " return false;\n" "}"); is changed to check("void foo(int x) {\n" " if (x < 0) {}\n" "}");
This commit is contained in:
parent
53967c83e9
commit
91de606243
1304
test/testother.cpp
1304
test/testother.cpp
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue