[analyzer] Logging test typo quickfix.

llvm-svn: 326156
This commit is contained in:
George Karpenkov 2018-02-27 01:31:06 +00:00
parent dac9a881ef
commit 31254d4366
1 changed files with 1 additions and 1 deletions

View 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;