[analyzer] Logging test typo quickfix.
authorGeorge Karpenkov <ekarpenkov@apple.com>
Tue, 27 Feb 2018 01:31:06 +0000 (01:31 +0000)
committerGeorge Karpenkov <ekarpenkov@apple.com>
Tue, 27 Feb 2018 01:31:06 +0000 (01:31 +0000)
llvm-svn: 326156

clang/test/Analysis/region_store_overflow.c

index 6730b88..9a31af1 100644 (file)
@@ -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;