Fix test.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 7 Dec 2016 00:24:40 +0000 (00:24 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 7 Dec 2016 00:24:40 +0000 (00:24 +0000)
llvm-svn: 288870

clang/test/SemaCXX/cxx1z-copy-omission.cpp

index fbcff94..e2b8fd7 100644 (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