aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/new-ctor-null.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/new-ctor-null.cpp')
-rw-r--r--test/Analysis/new-ctor-null.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/new-ctor-null.cpp b/test/Analysis/new-ctor-null.cpp
index 32f2f9500c..f3c07e2123 100644
--- a/test/Analysis/new-ctor-null.cpp
+++ b/test/Analysis/new-ctor-null.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_analyze_cc1 \
+// RUN: %clang_analyze_cc1 -std=c++14 \
// RUN: -analyzer-checker=core,debug.ExprInspection \
// RUN: -verify %s