aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/nullptr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/nullptr.cpp')
-rw-r--r--test/CodeGenCXX/nullptr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/nullptr.cpp b/test/CodeGenCXX/nullptr.cpp
index 1ea23ec0a9..e93f7061bd 100644
--- a/test/CodeGenCXX/nullptr.cpp
+++ b/test/CodeGenCXX/nullptr.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -std=c++0x -triple x86_64-apple-darwin10 -I%S -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -std=c++11 -triple x86_64-apple-darwin10 -I%S -emit-llvm -o - %s | FileCheck %s
#include <typeinfo>