diff options
Diffstat (limited to 'clang/test/CXX/drs/dr1xx.cpp')
| -rw-r--r-- | clang/test/CXX/drs/dr1xx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CXX/drs/dr1xx.cpp b/clang/test/CXX/drs/dr1xx.cpp index 8d368a5a54e..60d6ccaa875 100644 --- a/clang/test/CXX/drs/dr1xx.cpp +++ b/clang/test/CXX/drs/dr1xx.cpp @@ -827,7 +827,7 @@ namespace dr177 { // dr177: yes struct B {}; struct A { A(A &); // expected-note {{not viable: expects an l-value}} - A(const B &); + A(const B &); // expected-note {{not viable: no known conversion from 'dr177::A' to}} }; B b; A a = b; // expected-error {{no viable constructor copying variable}} |

