summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/deleted-operator.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2011-10-13 22:29:44 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2011-10-13 22:29:44 +0000
commit9ca5c425826329d5b23300bbc8a1a7c10a19c64d (patch)
tree169ef835495dccb2c58f5ccf6745f180842a90c3 /clang/test/SemaCXX/deleted-operator.cpp
parentc6bba3e46d572fb00bc98b930d9057f25cde0f13 (diff)
downloadbcm5719-llvm-9ca5c425826329d5b23300bbc8a1a7c10a19c64d.tar.gz
bcm5719-llvm-9ca5c425826329d5b23300bbc8a1a7c10a19c64d.zip
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
-std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900
Diffstat (limited to 'clang/test/SemaCXX/deleted-operator.cpp')
-rw-r--r--clang/test/SemaCXX/deleted-operator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaCXX/deleted-operator.cpp b/clang/test/SemaCXX/deleted-operator.cpp
index 1c8a537f3a5..e357401bf94 100644
--- a/clang/test/SemaCXX/deleted-operator.cpp
+++ b/clang/test/SemaCXX/deleted-operator.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -verify -std=c++0x %s
+// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
struct PR10757 {
bool operator~() = delete; // expected-note {{explicitly deleted}}
OpenPOWER on IntegriCloud