1122: testsuite/rust: fix test case failure on macOS r=CohenArthur a=liushuyu

- extent `macro_return` xfail targets to three-segment triples

Co-authored-by: liushuyu <liushuyu011@gmail.com>
This commit is contained in:
bors[bot] 2022-04-16 10:05:42 +00:00 committed by GitHub
commit 27ad3813dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 };