From f8ca61e89efe8b2f3e9fdf2c23e444d420b35deb Mon Sep 17 00:00:00 2001 From: George Karpenkov Date: Tue, 27 Feb 2018 01:31:06 +0000 Subject: [PATCH] [analyzer] Logging test typo quickfix. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326156 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/region_store_overflow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1