aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 6e014bd2..66c87e9a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -419,7 +419,8 @@ self: $(CFG_RUSTC)
# Float doesn't work in boot
-FLOAT_XFAILS := test/run-pass/float.rs
+FLOAT_XFAILS := test/run-pass/float.rs \
+ test/run-pass/float2.rs
# Temporarily xfail tests broken by the nominal-tags change.