From b44b96668653e2b19c33712edf73330e2904cd20 Mon Sep 17 00:00:00 2001 From: Dylan Noblesmith Date: Sun, 18 Dec 2011 18:07:42 +0000 Subject: [PATCH] test/Analysis: fix error message git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146848 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/misc-ps.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0