diff options
| author | Roy Frostig <[email protected]> | 2010-08-26 11:57:14 -0700 |
|---|---|---|
| committer | Roy Frostig <[email protected]> | 2010-08-26 11:57:48 -0700 |
| commit | c3c5e6c77388f3f81449c668e6a97b064cf41852 (patch) | |
| tree | 6400455bc309e7eef62b8aafe3a7262b51be23b7 /src/Makefile | |
| parent | Add a "param handler" to demand_fn for use in automatic type parameter instan... (diff) | |
| download | rust-c3c5e6c77388f3f81449c668e6a97b064cf41852.tar.xz rust-c3c5e6c77388f3f81449c668e6a97b064cf41852.zip | |
Workaround issue #152 in _uint.next_power_of_two
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 558ba771..8faf8ed5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -491,6 +491,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \ lib-rand.rs \ lib-str.rs \ lib-task.rs \ + lib-uint.rs \ lib-vec.rs \ lib-vec-str-conversions.rs \ linear-for-loop.rs \ |