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
..
2017-06-05 13:23:00 +02: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-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 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 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 21:51:39 +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 15:45:25 +01:00
2018-10-13 18:20:31 +02: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 15:45:25 +01:00
2019-01-12 19:10:59 +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 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 21:51:39 +01:00
2019-01-12 19:11:18 +01:00