diff options
author | Ted Kremenek <kremenek@apple.com> | 2011-03-12 08:19:43 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2011-03-12 08:19:43 +0000 |
commit | 9ede3076012c45cb5d2dcfdaf943279be0b3cd5c (patch) | |
tree | 25664382ecaf60e6b6bf5824546039c7bb758e56 | |
parent | e56d349c905fbd448d651591e7e73ade71ff9e6f (diff) |
Tweak test to hopefully appease FreeBSD buildbot.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127533 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Analysis/idempotent-operations.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/idempotent-operations.c b/test/Analysis/idempotent-operations.c index 57705a646f..93c34362a3 100644 --- a/test/Analysis/idempotent-operations.c +++ b/test/Analysis/idempotent-operations.c @@ -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 |