]> granicus.if.org Git - clang/commitdiff
Add sub-testcase where we process Cocoa.h using --disable-free (i.e., test the usage...
authorTed Kremenek <kremenek@apple.com>
Fri, 6 Feb 2009 19:36:35 +0000 (19:36 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 6 Feb 2009 19:36:35 +0000 (19:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63957 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaObjC/cocoa.m

index 795e0c8cb28d75d7538d2546070fee740ce9fb27..543c285d7cf23026a08ad3099fc13930bfe4ec09 100644 (file)
@@ -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__