aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/dtor-cxx11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/dtor-cxx11.cpp')
-rw-r--r--test/Analysis/dtor-cxx11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/dtor-cxx11.cpp b/test/Analysis/dtor-cxx11.cpp
index 7d2e87e44e4b..76d5e6c5065d 100644
--- a/test/Analysis/dtor-cxx11.cpp
+++ b/test/Analysis/dtor-cxx11.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -std=c++11 -analyzer-checker=core,unix.Malloc,debug.ExprInspection -analyzer-config cfg-temporary-dtors=true -Wno-null-dereference -verify %s
+// RUN: %clang_analyze_cc1 -std=c++11 -analyzer-checker=core,unix.Malloc,debug.ExprInspection -analyzer-config cfg-temporary-dtors=true -Wno-null-dereference -verify %s
// expected-no-diagnostics
#include "Inputs/system-header-simulator-cxx.h"