Skip to content

Commit d311719

Browse files
committed
Enable more now-passing tests for rustc (including function calls).
1 parent 6cecc93 commit d311719

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,9 +519,13 @@ TEST_XFAILS_SELF := $(filter-out \
519519
$(addprefix test/run-pass/, \
520520
bool-not.rs \
521521
char.rs \
522+
fact.rs \
523+
dead-code-one-arm-if.rs \
524+
deep.rs \
522525
hello.rs \
523526
int.rs \
524527
item-name-overload.rs \
528+
lazy-init.rs \
525529
multiline-comment.rs \
526530
), \
527531
$(wildcard test/*/*.rs test/*/*.rc))

0 commit comments

Comments
 (0)