Fix ASTMatchersTraversalTest testcase compile on older compilers
authorDavid Green <david.green@arm.com>
Wed, 15 Aug 2018 10:39:43 +0000 (10:39 +0000)
committerDavid Green <david.green@arm.com>
Wed, 15 Aug 2018 10:39:43 +0000 (10:39 +0000)
commitdb63228a5ce4675e6f0c3507ac201092c0c42a6c
tree2903cc961113795bdbc2a8b792ee5f3414cee2b9
parenta4ba43d3d39b8fceb54945b8923e8a252a5f9e36
Fix ASTMatchersTraversalTest testcase compile on older compilers

Some versions of gcc, especially when invoked through ccache (-E), can have
trouble with raw string literals inside macros. This moves the string out of
the macro.

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