diff options
-rw-r--r-- | test/SemaObjC/cocoa.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaObjC/cocoa.m b/test/SemaObjC/cocoa.m index 795e0c8cb2..543c285d7c 100644 --- a/test/SemaObjC/cocoa.m +++ b/test/SemaObjC/cocoa.m @@ -1,4 +1,5 @@ // RUN: clang %s -print-stats && +// RUN: clang %s -disable-free && // RUN: clang -x objective-c-header -o %t %s && clang -token-cache %t %s && // RUN: clang -x objective-c-header -o %t %s && clang -token-cache %t %s -E %s -o /dev/null #ifdef __APPLE__ |