rikardfalkeborn
91de606243
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"
"}");
2019-01-31 23:57:05 +01:00
..
2019-01-28 13:47:46 +01:00
2017-06-05 13:23:00 +02:00
2018-11-05 18:13:04 +01:00
2018-01-14 15:37:52 +01:00
2018-01-14 15:37:52 +01:00
2018-01-14 15:37:52 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 15:45:25 +01:00
2019-01-31 10:34:41 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 15:45:25 +01:00
2019-01-21 20:05:35 +01:00
2019-01-12 15:45:25 +01:00
2019-01-15 06:22:14 +01:00
2019-01-12 15:45:25 +01:00
2019-01-25 07:48:18 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 15:45:25 +01:00
2018-04-18 16:12:35 +02:00
2019-01-12 15:45:25 +01:00
2019-01-12 15:45:25 +01:00
2019-01-31 20:40:21 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 15:45:25 +01:00
2019-01-27 10:27:44 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 19:09:55 +01:00
2019-01-12 21:51:39 +01:00
2019-01-12 15:45:25 +01:00
2019-01-31 23:57:05 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 15:45:25 +01:00
2018-10-13 18:20:31 +02:00
2018-12-28 23:09:44 +01:00
2018-12-28 23:09:44 +01:00
2019-01-12 15:45:25 +01:00
2019-01-26 07:08:54 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 19:10:59 +01:00
2019-01-12 07:37:42 +01:00
2019-01-12 15:45:25 +01:00
2019-01-31 16:53:51 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 15:45:25 +01:00
2019-01-31 16:53:51 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 15:45:25 +01:00
2019-01-26 21:44:07 +01:00
2019-01-12 07:37:42 +01:00
2019-01-12 15:45:25 +01:00
2019-01-12 21:51:39 +01:00
2019-01-12 19:11:18 +01:00