aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/ptr-iter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/ptr-iter.cpp')
-rw-r--r--test/Analysis/ptr-iter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/ptr-iter.cpp b/test/Analysis/ptr-iter.cpp
index a35fae470a..a94288cd1c 100644
--- a/test/Analysis/ptr-iter.cpp
+++ b/test/Analysis/ptr-iter.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_analyze_cc1 %s -analyzer-output=text -verify \
+// RUN: %clang_analyze_cc1 %s -std=c++14 -analyzer-output=text -verify \
// RUN: -analyzer-checker=core,alpha.nondeterminism.PointerIteration
#include "Inputs/system-header-simulator-cxx.h"