diff options
author | Dylan Noblesmith <nobled@dreamwidth.org> | 2011-12-18 18:07:42 +0000 |
---|---|---|
committer | Dylan Noblesmith <nobled@dreamwidth.org> | 2011-12-18 18:07:42 +0000 |
commit | b44b96668653e2b19c33712edf73330e2904cd20 (patch) | |
tree | 950c3b4163d381922688b4e5370dd422efbb40af | |
parent | 85c60db2131c6d210d4777c3d50bdaf0e69bb8bf (diff) |
test/Analysis: fix error message
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146848 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Analysis/misc-ps.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/misc-ps.m b/test/Analysis/misc-ps.m index 48c84c12fa..520b944cd5 100644 --- a/test/Analysis/misc-ps.m +++ b/test/Analysis/misc-ps.m @@ -5,7 +5,7 @@ // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -analyze -analyzer-checker=core,deadcode.IdempotentOperations,experimental.core,osx.cocoa.AtSync -analyzer-store=region -analyzer-constraints=range -verify -fblocks -Wno-unreachable-code -Wno-null-dereference %s #ifndef __clang_analyzer__ -#error __clang__analyzer__ not defined +#error __clang_analyzer__ not defined #endif typedef struct objc_ivar *Ivar; |