]> granicus.if.org Git - clang/commitdiff
[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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326156 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/region_store_overflow.c

index 6730b889c2bc3978b3c0806bb940f60fc3b2dc27..9a31af113a39ae6be265dd19b71ff8cffb5e64a7 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;