Skip to content

Commit 27ad381

Browse files
bors[bot]liushuyu
andauthored
Merge #1122
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>
2 parents e76b639 + f5f11be commit 27ad381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcc/testsuite/rust/compile/xfail/macro_return.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// { dg-excess-errors "...." { xfail *-*-*-* } }
1+
// { dg-excess-errors "...." { xfail *-*-*-* *-*-* } }
22

33
macro_rules! add {
44
($a:expr) => { $a };

0 commit comments

Comments
 (0)