summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/PR9741.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/PR9741.cpp')
-rw-r--r--clang/test/Analysis/PR9741.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/PR9741.cpp b/clang/test/Analysis/PR9741.cpp
index e20e56c9406..7497d5627c9 100644
--- a/clang/test/Analysis/PR9741.cpp
+++ b/clang/test/Analysis/PR9741.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -cc1 -std=c++0x -Wuninitialized -verify %s
+// RUN: %clang_cc1 -cc1 -std=c++11 -Wuninitialized -verify %s
void f() {
int a[] = { 1, 2, 3 };
OpenPOWER on IntegriCloud