]> granicus.if.org Git - clang/commitdiff
-fsyntax-only for a test
authorLubos Lunak <l.lunak@centrum.cz>
Thu, 1 May 2014 23:58:20 +0000 (23:58 +0000)
committerLubos Lunak <l.lunak@centrum.cz>
Thu, 1 May 2014 23:58:20 +0000 (23:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207814 91177308-0d34-0410-b5e6-96231b3b80d8

test/Frontend/rewrite-includes-messages.c

index 517977a84c69bfdaf24948166343f70fdd593819..f93fe72e58d5b135ea2b3b115b1d30e0b4c8d144 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -E -frewrite-includes %s -I%S/Inputs/ | %clang_cc1 -Wall -fsyntax-only -Wunused-macros -x c - 2>&1 > %t.1
-// RUN: %clang_cc1 -I%S/Inputs/ -Wall -Wunused-macros %s 2>&1 > %t.2
+// RUN: %clang_cc1 -I%S/Inputs/ -Wall -Wunused-macros -fsyntax-only %s 2>&1 > %t.2
 // RUN: diff %t.1 %t.2 -u
 // expected-no-diagnostics