]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/20_util/auto_ptr/assign_neg.cc
call.c (struct conversion_info): Rename 'from_type' to 'from'.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 20_util / auto_ptr / assign_neg.cc
index c88d4a291fdcc93086e770623f4cd8c20ac79c6c..1a699b74a1852a6cf38aa788e7e70192090ce375 100644 (file)
@@ -36,7 +36,6 @@ test01()
 {
   std::auto_ptr<Base> ptr2;
   ptr2 = new Base; // { dg-error "no match" }
-  // { dg-error "candidate" "candidate note" { target *-*-* } 38 }
   return 0;
 }