[cfe-commits] r90880 - /cfe/trunk/test/Preprocessor/header_lookup1.c
Daniel Dunbar
daniel at zuster.org
Tue Dec 8 13:40:03 PST 2009
Author: ddunbar
Date: Tue Dec 8 15:40:02 2009
New Revision: 90880
URL: http://llvm.org/viewvc/llvm-project?rev=90880&view=rev
Log:
Don't use MS extensions in this test, we expect header include markers.
Modified:
cfe/trunk/test/Preprocessor/header_lookup1.c
Modified: cfe/trunk/test/Preprocessor/header_lookup1.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/header_lookup1.c?rev=90880&r1=90879&r2=90880&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/header_lookup1.c (original)
+++ cfe/trunk/test/Preprocessor/header_lookup1.c Tue Dec 8 15:40:02 2009
@@ -1,2 +1,2 @@
-// RUN: clang -I /usr/include %s -E | grep 'stdio.h.*3.*4'
+// RUN: clang -fno-ms-extensions -I /usr/include %s -E | grep 'stdio.h.*3.*4'
#include <stdio.h>
More information about the cfe-commits
mailing list