diff options
author | George Karpenkov <ekarpenkov@apple.com> | 2018-02-27 01:31:06 +0000 |
---|---|---|
committer | George Karpenkov <ekarpenkov@apple.com> | 2018-02-27 01:31:06 +0000 |
commit | 31254d4366359717fc56350a3043309ac1db55dd (patch) | |
tree | af225a0618acb067fd004bcf412168e9e9fbb7fd | |
parent | dac9a881ef676f2ab43c05f8fa289e847f2509cb (diff) | |
download | bcm5719-llvm-31254d4366359717fc56350a3043309ac1db55dd.tar.gz bcm5719-llvm-31254d4366359717fc56350a3043309ac1db55dd.zip |
[analyzer] Logging test typo quickfix.
llvm-svn: 326156
-rw-r--r-- | clang/test/Analysis/region_store_overflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/region_store_overflow.c b/clang/test/Analysis/region_store_overflow.c index 6730b889c2b..9a31af113a3 100644 --- a/clang/test/Analysis/region_store_overflow.c +++ b/clang/test/Analysis/region_store_overflow.c @@ -1,4 +1,4 @@ -// RUN: %clang_analyze_cc1 -analyze -analyzer-checker=core -mllvm -debug-only MemRegion %s 2>&1 | FileCheck %s +// RUN: %clang_analyze_cc1 -analyze -analyzer-checker=core -mllvm -debug-only=MemRegion %s 2>&1 | FileCheck %s // REQUIRES: asserts int **h; |