From 64494ca22633e14ff70fc2f67299898033fca153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 26 Dec 2015 01:37:21 +0100 Subject: [PATCH] astyle formatting [ci skip] --- test/testgarbage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/testgarbage.cpp b/test/testgarbage.cpp index 38284355a..becb12764 100644 --- a/test/testgarbage.cpp +++ b/test/testgarbage.cpp @@ -211,7 +211,7 @@ private: TEST_CASE(garbageCode160); // #7190 TEST_CASE(garbageCode161); // #7200 TEST_CASE(garbageCode162); // #7208 - TEST_CASE(garbageCode163); // #7228 + TEST_CASE(garbageCode163); // #7228 TEST_CASE(garbageValueFlow); TEST_CASE(garbageSymbolDatabase); TEST_CASE(garbageAST); @@ -1393,7 +1393,7 @@ private: //7208 ASSERT_THROW(checkCode("return << >> x return << >> x ", false), InternalError); } - + void garbageCode163() { //7228 ASSERT_THROW(checkCode("typedef s f[](){typedef d h(;f)}", false), InternalError);