diff options
Diffstat (limited to 'clang')
-rw-r--r-- | clang/test/Index/complete-property-flags.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/complete-property-flags.m b/clang/test/Index/complete-property-flags.m index 3c5b0e231c3..86ee8e26f75 100644 --- a/clang/test/Index/complete-property-flags.m +++ b/clang/test/Index/complete-property-flags.m @@ -21,7 +21,7 @@ // CHECK-CC1-NEXT: {TypedText unsafe_unretained} // CHECK-CC1-NOT: {TypedText weak} -// RUN: c-index-test -code-completion-at=%s:7:11 %s -fobjc-arc -fobjc-runtime-has-weak | FileCheck -check-prefix=CHECK-CC1-ARC %s +// RUN: c-index-test -code-completion-at=%s:7:11 %s -fobjc-arc -fobjc-runtime=macosx-10.7 | FileCheck -check-prefix=CHECK-CC1-ARC %s // CHECK-CC1-ARC: {TypedText assign} // CHECK-CC1-ARC-NEXT: {TypedText atomic} // CHECK-CC1-ARC-NEXT: {TypedText copy} |