aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/pr9965.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/pr9965.cpp')
-rw-r--r--test/CodeGenCXX/pr9965.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/pr9965.cpp b/test/CodeGenCXX/pr9965.cpp
index 596dee9caaa3..145fd4e424f4 100644
--- a/test/CodeGenCXX/pr9965.cpp
+++ b/test/CodeGenCXX/pr9965.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -std=c++0x -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -std=c++11 -emit-llvm -o - %s | FileCheck %s
template<typename T>
struct X
{