testsuite/rust: extent xfail targets

This commit is contained in:
liushuyu 2022-04-15 18:24:45 -06:00
parent 042c875024
commit f5f11bef14
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// { dg-excess-errors "...." { xfail *-*-*-* } }
// { dg-excess-errors "...." { xfail *-*-*-* *-*-* } }
macro_rules! add {
($a:expr) => { $a };