aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-03-23 10:40:21 -0700
committerGraydon Hoare <[email protected]>2011-03-23 10:40:21 -0700
commitd8d9adfbd6b49a1c07d7b2d0acff62b0f1b6505a (patch)
tree895f5f43fbe515f518499349ec5bb7d171b74fa3
parentPick up new XFAIL from Makefile. (diff)
downloadrust-d8d9adfbd6b49a1c07d7b2d0acff62b0f1b6505a.tar.xz
rust-d8d9adfbd6b49a1c07d7b2d0acff62b0f1b6505a.zip
Fix the float XFAILs in Makefile.in.
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 4539aa1f..4301f15f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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.