From f376b48c5a6cf12473f8779fba4e9d6bc005a60f Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Fri, 9 Jan 2009 00:27:29 +0000 Subject: [PATCH] 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 --- test/Sema/carbon.c | 3 +-- test/SemaObjC/cocoa.m | 3 +-- 2 files changed, 2 insertions(+), 4 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 #endif diff --git a/test/SemaObjC/cocoa.m b/test/SemaObjC/cocoa.m index ac7d1dc666..7cb1b5295c 100644 --- a/test/SemaObjC/cocoa.m +++ b/test/SemaObjC/cocoa.m @@ -1,5 +1,4 @@ -// RUN: clang %s -print-stats && -// RUN: clang -x objective-c-header -o %t %s && clang -token-cache %t %s +// RUN: clang %s -print-stats #ifdef __APPLE__ #include #endif -- 2.50.1