aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorLindsey Kuper <[email protected]>2011-03-23 14:52:22 -0700
committerGraydon Hoare <[email protected]>2011-03-23 16:01:29 -0700
commit0b63512f4cb0aca1579b110d9104eeed4918a6eb (patch)
treebf9014f6261f2b15db81eec7e1d34aa1d3de2cd3 /src/Makefile
parentbuild: Fix minor typo in "cp" output (diff)
downloadrust-0b63512f4cb0aca1579b110d9104eeed4918a6eb.tar.xz
rust-0b63512f4cb0aca1579b110d9104eeed4918a6eb.zip
Support for 'float' in type signatures.
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 66c87e9a..5079548f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -420,7 +420,8 @@ self: $(CFG_RUSTC)
# Float doesn't work in boot
FLOAT_XFAILS := test/run-pass/float.rs \
- test/run-pass/float2.rs
+ test/run-pass/float2.rs \
+ test/run-pass/float-signature.rs
# Temporarily xfail tests broken by the nominal-tags change.