]> granicus.if.org Git - clang/commitdiff
Don't use MS extensions in this test, we expect header include markers.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 8 Dec 2009 21:40:02 +0000 (21:40 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 8 Dec 2009 21:40:02 +0000 (21:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90880 91177308-0d34-0410-b5e6-96231b3b80d8

test/Preprocessor/header_lookup1.c

index 10049adcd374b0bd1557d3c37a6f82fc1b93e16c..961e55161418d0190debfc5262b29585bc07fb49 100644 (file)
@@ -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>