aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/other/error31.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.dg/other/error31.C')
-rw-r--r--gcc/testsuite/g++.dg/other/error31.C1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/other/error31.C b/gcc/testsuite/g++.dg/other/error31.C
index 95c9d737413..fd428bf46d6 100644
--- a/gcc/testsuite/g++.dg/other/error31.C
+++ b/gcc/testsuite/g++.dg/other/error31.C
@@ -10,5 +10,4 @@ foo ()
{
A a;
a = ({ { 1; } }); // { dg-error "no match for" }
- // { dg-message "candidate" "candidate note" { target *-*-* } 12 }
}