From 2acddebf72700dd008f43a5720363f173d383ba1 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Wed, 1 Apr 2009 18:11:41 +0000 Subject: [PATCH] Forgot to remove trailing && git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68220 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/SemaObjC/cocoa.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/SemaObjC/cocoa.m b/test/SemaObjC/cocoa.m index 11c0bb5904..153c46e103 100644 --- a/test/SemaObjC/cocoa.m +++ b/test/SemaObjC/cocoa.m @@ -1,5 +1,5 @@ // RUN: clang-cc %s -print-stats && -// RUN: clang-cc %s -disable-free && +// RUN: clang-cc %s -disable-free #ifdef __APPLE__ #include #endif -- 2.40.0