aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp0x/defaulted14.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.dg/cpp0x/defaulted14.C')
-rw-r--r--gcc/testsuite/g++.dg/cpp0x/defaulted14.C2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/testsuite/g++.dg/cpp0x/defaulted14.C b/gcc/testsuite/g++.dg/cpp0x/defaulted14.C
index 0c07fa701b7..16df8bcc306 100644
--- a/gcc/testsuite/g++.dg/cpp0x/defaulted14.C
+++ b/gcc/testsuite/g++.dg/cpp0x/defaulted14.C
@@ -14,7 +14,5 @@ int main()
{
A a;
a = B(); // { dg-error "no match" }
- // { dg-message "candidate" "candidate note" { target *-*-* } 16 }
a = 1.0; // { dg-error "ambiguous" }
- // { dg-message "candidate" "candidate note" { target *-*-* } 18 }
}