summaryrefslogtreecommitdiff
path: root/test/Analysis/PR9741.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/PR9741.cpp')
-rw-r--r--test/Analysis/PR9741.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/PR9741.cpp b/test/Analysis/PR9741.cpp
index e20e56c9406ae..7497d5627c918 100644
--- a/test/Analysis/PR9741.cpp
+++ b/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 };