Enable passing test on Windows + MSYS.

llvm-svn: 245184
This commit is contained in:
Yaron Keren 2015-08-16 19:02:49 +00:00
parent 94c4aecf83
commit e0e6e5e11e

View File

@ -1,5 +1,4 @@
// RUN: printf -- "-DX=A\nTHIS_SHOULD_NOT_EXIST_IN_THE_OUTPUT" | xargs -0 %clang -E %s | FileCheck -strict-whitespace %s
// REQUIRES: shell
// Per GCC -D semantics, \n and anything that follows is ignored.