Fix test.

llvm-svn: 288870
This commit is contained in:
Richard Smith 2016-12-07 00:24:40 +00:00
parent 13c7ec5c65
commit 60a6bbe605
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ struct AsBase : Noncopyable {
AsBase() : Noncopyable(make()) {} // expected-error {{deleted}}
};
struct AsDelegating final {
AsDelegating(const AsDelegating &) = delete;
AsDelegating(const AsDelegating &) = delete; // expected-note {{deleted}}
static AsDelegating make(int);
// The base constructor version of this is problematic; the complete object