Author: nobled
Date: Sun Dec 18 12:07:42 2011
New Revision: 146848

URL: http://llvm.org/viewvc/llvm-project?rev=146848&view=rev
Log:
test/Analysis: fix error message


Modified:
    cfe/trunk/test/Analysis/misc-ps.m

Modified: cfe/trunk/test/Analysis/misc-ps.m
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/misc-ps.m?rev=146848&r1=146847&r2=146848&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/misc-ps.m (original)
+++ cfe/trunk/test/Analysis/misc-ps.m Sun Dec 18 12:07:42 2011
@@ -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;


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to