diff options
author | Tom Care <tcare@apple.com> | 2010-07-06 23:47:26 +0000 |
---|---|---|
committer | Tom Care <tcare@apple.com> | 2010-07-06 23:47:26 +0000 |
commit | 49f1e908b21ee94181fc3772e6c81463cf64fab1 (patch) | |
tree | 8f6bcdfa16c78bb64be9fe0c5190f6888342e2a6 /clang/test/Analysis/idempotent-operations.c | |
parent | dc0a0659be672c6ed8ae529fe7937975d1abf97d (diff) | |
download | bcm5719-llvm-49f1e908b21ee94181fc3772e6c81463cf64fab1.tar.gz bcm5719-llvm-49f1e908b21ee94181fc3772e6c81463cf64fab1.zip |
Fix idempotent operations test command line arguments.
llvm-svn: 107735
Diffstat (limited to 'clang/test/Analysis/idempotent-operations.c')
-rw-r--r-- | clang/test/Analysis/idempotent-operations.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/idempotent-operations.c b/clang/test/Analysis/idempotent-operations.c index 418eb7a585d..9cef08edc43 100644 --- a/clang/test/Analysis/idempotent-operations.c +++ b/clang/test/Analysis/idempotent-operations.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -Wunused-variable -analyze -analyzer-idempotent-operation -analyzer-store=basic -analyzer-constraints=range +// RUN: %clang_cc1 -analyze -analyzer-idempotent-operation -analyzer-store=region -analyzer-constraints=range -fblocks -verify -analyzer-opt-analyze-nested-blocks -analyzer-check-objc-mem -verify %s // Basic tests |