Fix the float XFAILs in Makefile.in.

This commit is contained in:
Graydon Hoare 2011-03-23 10:40:21 -07:00
parent ef01ce9cdc
commit d8d9adfbd6
1 changed files with 2 additions and 2 deletions

View File

@ -520,8 +520,8 @@ docsnap: doc/rust.pdf
# Float doesn't work in boot
FLOAT_XFAILS := test/run-pass/float.rs \
test/run-pass/float2.rs
FLOAT_XFAILS := $(S)src/test/run-pass/float.rs \
$(S)src/test/run-pass/float2.rs
# Temporarily xfail tests broken by the nominal-tags change.