diff options
author | John McCall <rjmccall@apple.com> | 2012-08-27 01:56:21 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2012-08-27 01:56:21 +0000 |
commit | 80fd37a57176433d05854dff27b9c5fa869fadd2 (patch) | |
tree | a496f0e43fec62d10a494b950d053506b158849b /test/Driver/arc.c | |
parent | e44a006c4916483da109c9786b02c6c8d16618db (diff) | |
download | clang-80fd37a57176433d05854dff27b9c5fa869fadd2.tar.gz |
Tweak the ARC-requires-10.6 diagnostic according to Jordan's review.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162651 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/arc.c')
-rw-r--r-- | test/Driver/arc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/arc.c b/test/Driver/arc.c index 1072e6b7bb..4c99e5773a 100644 --- a/test/Driver/arc.c +++ b/test/Driver/arc.c @@ -14,4 +14,4 @@ // NOTOBJC-NOT: error: -fobjc-arc is not supported on platforms using the legacy runtime // NOTOBJC: invalid preprocessing directive -// UNSUPPORTED: error: -fobjc-arc is not supported on versions of Mac OS prior to 10.6 +// UNSUPPORTED: error: -fobjc-arc is not supported on versions of OS X prior to 10.6 |