astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2015-12-26 01:37:21 +01:00
parent 87767fb666
commit 64494ca226
1 changed files with 2 additions and 2 deletions

View File

@ -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);