summaryrefslogtreecommitdiffstats
path: root/test/Parser/cxx-reference.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Parser/cxx-reference.cpp')
-rw-r--r--test/Parser/cxx-reference.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/cxx-reference.cpp b/test/Parser/cxx-reference.cpp
index 46f9fb0..fae938b 100644
--- a/test/Parser/cxx-reference.cpp
+++ b/test/Parser/cxx-reference.cpp
@@ -18,4 +18,4 @@ int & volatile Y = val; // expected-error {{'volatile' qualifier may not be appl
int & const volatile Z = val; /* expected-error {{'const' qualifier may not be applied}} \
expected-error {{'volatile' qualifier may not be applied}} */
-typedef int && RV; // expected-error {{rvalue references are only allowed in C++0x}}
+typedef int && RV; // expected-warning {{rvalue references are a C++0x extension}}
OpenPOWER on IntegriCloud