[cfe-commits] r84893 - /cfe/trunk/test/Preprocessor/macro_paste_bcpl_comment.c

John Thompson John.Thompson.JTSoftware at gmail.com
Thu Oct 22 13:34:27 PDT 2009


Author: jtsoftware
Date: Thu Oct 22 15:34:27 2009
New Revision: 84893

URL: http://llvm.org/viewvc/llvm-project?rev=84893&view=rev
Log:
Disable Microsoft extensions to fix failure on Windows.

Modified:
    cfe/trunk/test/Preprocessor/macro_paste_bcpl_comment.c

Modified: cfe/trunk/test/Preprocessor/macro_paste_bcpl_comment.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/macro_paste_bcpl_comment.c?rev=84893&r1=84892&r2=84893&view=diff

==============================================================================
--- cfe/trunk/test/Preprocessor/macro_paste_bcpl_comment.c (original)
+++ cfe/trunk/test/Preprocessor/macro_paste_bcpl_comment.c Thu Oct 22 15:34:27 2009
@@ -1,4 +1,4 @@
-// RUN: clang-cc %s -Eonly 2>&1 | grep error
+// RUN: clang-cc %s -Eonly -fms-extensions=0 2>&1 | grep error
 
 #define COMM1 / ## /
 COMM1





More information about the cfe-commits mailing list