summaryrefslogtreecommitdiffstats
path: root/test/Sema/carbon.c
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-01-09 00:27:29 +0000
committerTed Kremenek <kremenek@apple.com>2009-01-09 00:27:29 +0000
commitf376b48c5a6cf12473f8779fba4e9d6bc005a60f (patch)
tree6700b030e8fb7f77fb940fea356bc2d05db46bbd /test/Sema/carbon.c
parent6b614879e21596184fc0af246243d1cce880e1f7 (diff)
Temporarily revert r61956 and r61957 (PTH tests failing).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61960 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Sema/carbon.c')
-rw-r--r--test/Sema/carbon.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Sema/carbon.c b/test/Sema/carbon.c
index 94a707557f..9c9c378040 100644
--- a/test/Sema/carbon.c
+++ b/test/Sema/carbon.c
@@ -1,5 +1,4 @@
-// RUN: clang %s -fsyntax-only -print-stats &&
-// RUN: clang -x c-header -o %t %s && clang -token-cache %t %s
+// RUN: clang %s -fsyntax-only -print-stats
#ifdef __APPLE__
#include <Carbon/Carbon.h>
#endif