r245184 - Enable passing test on Windows + MSYS.
Yaron Keren via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 16 12:02:49 PDT 2015
Author: yrnkrn
Date: Sun Aug 16 14:02:49 2015
New Revision: 245184
URL: http://llvm.org/viewvc/llvm-project?rev=245184&view=rev
Log:
Enable passing test on Windows + MSYS.
Modified:
cfe/trunk/test/Preprocessor/macro-multiline.c
Modified: cfe/trunk/test/Preprocessor/macro-multiline.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/macro-multiline.c?rev=245184&r1=245183&r2=245184&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/macro-multiline.c (original)
+++ cfe/trunk/test/Preprocessor/macro-multiline.c Sun Aug 16 14:02:49 2015
@@ -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.
More information about the cfe-commits
mailing list