Move multiline raw string literal out of macro. NFC
authorDavid Green <david.green@arm.com>
Sat, 16 Feb 2019 11:19:04 +0000 (11:19 +0000)
committerDavid Green <david.green@arm.com>
Sat, 16 Feb 2019 11:19:04 +0000 (11:19 +0000)
commit87992de487362c64720710caaa14f404e06746c6
tree5c596cbfe5a2ad1f7ff4fc954552e680884ff087
parent099cbc3e468d7ab583a0de85e06c14e5838f9414
Move multiline raw string literal out of macro. NFC

Certain combinations of gcc and ccache fail when the raw
string literal is preprocessed. This just moves the string
out as is done elsewhere in the same file.

llvm-svn: 354201
clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp