From 0b63512f4cb0aca1579b110d9104eeed4918a6eb Mon Sep 17 00:00:00 2001 From: Lindsey Kuper Date: Wed, 23 Mar 2011 14:52:22 -0700 Subject: Support for 'float' in type signatures. --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile') 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. -- cgit v1.2.3