Skip to content

Commit d8d9adf

Browse files
committed
Fix the float XFAILs in Makefile.in.
1 parent ef01ce9 commit d8d9adf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,8 +520,8 @@ docsnap: doc/rust.pdf
520520

521521
# Float doesn't work in boot
522522

523-
FLOAT_XFAILS := test/run-pass/float.rs \
524-
test/run-pass/float2.rs
523+
FLOAT_XFAILS := $(S)src/test/run-pass/float.rs \
524+
$(S)src/test/run-pass/float2.rs
525525

526526
# Temporarily xfail tests broken by the nominal-tags change.
527527

0 commit comments

Comments
 (0)