diff options
| author | Lindsey Kuper <[email protected]> | 2011-03-23 14:52:22 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-23 16:01:29 -0700 |
| commit | 0b63512f4cb0aca1579b110d9104eeed4918a6eb (patch) | |
| tree | bf9014f6261f2b15db81eec7e1d34aa1d3de2cd3 /Makefile.in | |
| parent | build: Fix minor typo in "cp" output (diff) | |
| download | rust-0b63512f4cb0aca1579b110d9104eeed4918a6eb.tar.xz rust-0b63512f4cb0aca1579b110d9104eeed4918a6eb.zip | |
Support for 'float' in type signatures.
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. |