diff options
Diffstat (limited to 'clang/test/CodeGenCXX/mangle-alias-template.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/mangle-alias-template.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/mangle-alias-template.cpp b/clang/test/CodeGenCXX/mangle-alias-template.cpp index 2020a0a584e..1143ea114a1 100644 --- a/clang/test/CodeGenCXX/mangle-alias-template.cpp +++ b/clang/test/CodeGenCXX/mangle-alias-template.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -std=c++0x -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck %s +// RUN: %clang_cc1 -std=c++11 -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck %s template<typename T> struct alloc {}; template<typename T> using Alloc = alloc<T>; |