diff options
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 14993f14..7c036fd6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -528,7 +528,8 @@ docsnap: doc/rust.pdf # Float doesn't work in boot FLOAT_XFAILS := $(S)src/test/run-pass/float.rs \ - $(S)src/test/run-pass/float2.rs + $(S)src/test/run-pass/float2.rs \ + $(S)src/test/run-pass/float-signature.rs # Temporarily xfail tests broken by the nominal-tags change. |