]> granicus.if.org Git - clang/commitdiff
Tweak test to hopefully appease FreeBSD buildbot.
authorTed Kremenek <kremenek@apple.com>
Sat, 12 Mar 2011 08:19:43 +0000 (08:19 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 12 Mar 2011 08:19:43 +0000 (08:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127533 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/idempotent-operations.c

index 57705a646f008e8ad2cb7256c5aeedfa27ef8f5e..93c34362a3727c55507171f5d7fc203c290696e4 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -analyze -analyzer-store=region -analyzer-constraints=range -fblocks -analyzer-opt-analyze-nested-blocks -analyzer-checker=deadcode.IdempotentOperations -verify %s
-// RUN: %clang --analyze -Xclang -analyzer-disable-checker=deadcode.DeadStores -Xclang -verify %s
+// RUN: %clang --analyze -Xclang -analyzer-disable-checker=deadcode.DeadStores -fblocks -Xclang -verify %s
 
 // Basic tests