diff options
Diffstat (limited to 'test/SemaObjC/dealloc.m')
-rw-r--r-- | test/SemaObjC/dealloc.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/dealloc.m b/test/SemaObjC/dealloc.m index feafafd3753f..59218d2d0733 100644 --- a/test/SemaObjC/dealloc.m +++ b/test/SemaObjC/dealloc.m @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -triple x86_64-apple-darwin11 -fsyntax-only -fobjc-arc -fblocks -verify %s -// RUN: %clang_cc1 -triple x86_64-apple-darwin11 -fsyntax-only -fobjc-arc -fblocks -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s +// RUN: not %clang_cc1 -triple x86_64-apple-darwin11 -fsyntax-only -fobjc-arc -fblocks -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s // rdar://11987838 @protocol NSObject |