diff options
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-nullptr.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/debug-info-nullptr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-nullptr.cpp b/clang/test/CodeGenCXX/debug-info-nullptr.cpp index 3c6f31615df..588dc5f3c39 100644 --- a/clang/test/CodeGenCXX/debug-info-nullptr.cpp +++ b/clang/test/CodeGenCXX/debug-info-nullptr.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -S -std=c++0x -masm-verbose -g %s -o -| FileCheck %s +// RUN: %clang_cc1 -S -std=c++11 -masm-verbose -g %s -o -| FileCheck %s //CHECK: DW_TAG_unspecified_type //CHECK-NEXT: "nullptr_t" |