Partially reverted 657e5d7ea2
because of trigraph issue.
This commit is contained in:
parent
657e5d7ea2
commit
6eed6b3cf3
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue