summaryrefslogtreecommitdiff
path: root/test/Frontend
diff options
context:
space:
mode:
authorLubos Lunak <l.lunak@centrum.cz>2014-05-01 23:58:20 +0000
committerLubos Lunak <l.lunak@centrum.cz>2014-05-01 23:58:20 +0000
commitfc4510c523cb547eac247cc20cb0837ebfa4bd18 (patch)
treeaf5bf7674d911216f13e2b45abd2649c50cc1231 /test/Frontend
parent009a77818c53799db2d150e835332df6f5542004 (diff)
downloadclang-fc4510c523cb547eac247cc20cb0837ebfa4bd18.tar.gz
-fsyntax-only for a test
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207814 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Frontend')
-rw-r--r--test/Frontend/rewrite-includes-messages.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Frontend/rewrite-includes-messages.c b/test/Frontend/rewrite-includes-messages.c
index 517977a84c..f93fe72e58 100644
--- a/test/Frontend/rewrite-includes-messages.c
+++ b/test/Frontend/rewrite-includes-messages.c
@@ -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