Partially reverted 657e5d7ea2 because of trigraph issue.

This commit is contained in:
PKEuS 2013-03-05 01:21:59 -08:00
parent 657e5d7ea2
commit 6eed6b3cf3
1 changed files with 3 additions and 3 deletions

View File

@ -4505,9 +4505,9 @@ private:
ASSERT_EQUALS("[test.cpp:2]: (style) Clarify calculation precedence for '*' and '?'.\n", errout.str());
// Ticket #2585 - segmentation fault for invalid code
check("abcdef??<"
"123456??>"
"+??=");
check("abcdef?""?<"
"123456?""?>"
"+?""?=");
ASSERT_EQUALS("", errout.str());
check("void f(char c) {\n"