]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.mike/p2431.C
call.c (struct conversion_info): Rename 'from_type' to 'from'.
[thirdparty/gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / p2431.C
index 4e74899a1d8c0af00bb1db78e20f2a6c015bce45..bc272af5c8064c139653271b999a831dfd7b429e 100644 (file)
@@ -19,6 +19,5 @@ class C
        {
                B       b;
                A a = b;// { dg-error "match" } 
-               // { dg-message "candidate" "candidate note" { target *-*-* } 21 }
        }
 };