From: Daniel Dunbar Date: Tue, 8 Dec 2009 21:40:02 +0000 (+0000) Subject: Don't use MS extensions in this test, we expect header include markers. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68822391c14b4c4cd8852a7e320b3a484e5ebbd8;p=clang Don't use MS extensions in this test, we expect header include markers. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90880 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Preprocessor/header_lookup1.c b/test/Preprocessor/header_lookup1.c index 10049adcd3..961e551614 100644 --- a/test/Preprocessor/header_lookup1.c +++ b/test/Preprocessor/header_lookup1.c @@ -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