From: George Karpenkov Date: Tue, 27 Feb 2018 01:31:06 +0000 (+0000) Subject: [analyzer] Logging test typo quickfix. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8ca61e89efe8b2f3e9fdf2c23e444d420b35deb;p=clang [analyzer] Logging test typo quickfix. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326156 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/region_store_overflow.c b/test/Analysis/region_store_overflow.c index 6730b889c2..9a31af113a 100644 --- a/test/Analysis/region_store_overflow.c +++ b/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;