Skip to content

Commit 5cd4ac0

Browse files
committed
---
yaml --- r: 1435 b: refs/heads/master c: 3d04fa0 h: refs/heads/master i: 1433: 4a2a17d 1431: 33175b7 v: v3
1 parent 120893a commit 5cd4ac0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 19b2850388f634b500e612d8f24bbcb8c0fa2f3c
2+
refs/heads/master: 3d04fa029e7773bca591502c2890944fae1cefdc

trunk/src/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,8 @@ TEST_XFAILS_BOOT := $(TASK_XFAILS) \
439439
test/compile-fail/tail-non-call.rs \
440440
test/compile-fail/writing-through-read-alias.rs
441441

442-
TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \
442+
TEST_XFAILS_RUSTC := $(CONST_TAG_XFAILS) \
443+
$(addprefix test/run-pass/, \
443444
acyclic-unwind.rs \
444445
alt-pattern-drop.rs \
445446
alt-type-simple.rs \

0 commit comments

Comments
 (0)