aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2021-05-05 22:30:46 +0200
committerThomas Schwinge <thomas@codesourcery.com>2021-05-05 22:36:19 +0200
commitd29b5c5ac3a90665bf5d897159ede20cb765d4a3 (patch)
treeda8593ba7194aa0792965177e79a450e374fb2a5 /gcc
parent843547eb48549342f464c39a658c759ac1e42f58 (diff)
downloadgcc-d29b5c5ac3a90665bf5d897159ede20cb765d4a3.zip
gcc-d29b5c5ac3a90665bf5d897159ede20cb765d4a3.tar.gz
gcc-d29b5c5ac3a90665bf5d897159ede20cb765d4a3.tar.bz2
Use standard 'dg-excess-errors' directive comment in 'rust.test/xfail_compile/issue-407.rs' [#409]
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/rust.test/xfail_compile/issue-407.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/testsuite/rust.test/xfail_compile/issue-407.rs b/gcc/testsuite/rust.test/xfail_compile/issue-407.rs
index 70a845f..a79a53d 100644
--- a/gcc/testsuite/rust.test/xfail_compile/issue-407.rs
+++ b/gcc/testsuite/rust.test/xfail_compile/issue-407.rs
@@ -1,4 +1,5 @@
-// { dg-excess-errors "failed to parse" }
+// { dg-excess-errors "Noisy error and debug" }
+
fn test() {
let mut a = 1;
a + = 1; // { dg-error "found unexpected token '=' in null denotation" }