Forgot to remove trailing &&

llvm-svn: 68220
This commit is contained in:
Daniel Dunbar 2009-04-01 18:11:41 +00:00
parent 0170402fe8
commit 9ff631039c
1 changed files with 1 additions and 1 deletions

View File

@ -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 <Cocoa/Cocoa.h>
#endif