diff options
| author | Roy Frostig <[email protected]> | 2010-08-26 13:15:46 -0700 |
|---|---|---|
| committer | Roy Frostig <[email protected]> | 2010-08-26 13:15:46 -0700 |
| commit | c3c3e03649130d3f4d7f92f01e92d7903f9d9da3 (patch) | |
| tree | ab10b2d1d7c7edcdd9c832b1a636e13ca00eb8fb /src | |
| parent | Test the hashmap for growth and rehashing. (diff) | |
| download | rust-c3c3e03649130d3f4d7f92f01e92d7903f9d9da3.tar.xz rust-c3c3e03649130d3f4d7f92f01e92d7903f9d9da3.zip | |
un-XFAIL lib-map.rs now that rust stacks are large and it passes on linux.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 8faf8ed5..39688339 100644 --- a/src/Makefile +++ b/src/Makefile @@ -410,7 +410,6 @@ TEST_XFAILS_X86 := $(TASK_XFAILS) \ test/run-pass/generic-recursive-tag.rs \ test/run-pass/iter-ret.rs \ test/run-pass/lib-io.rs \ - test/run-pass/lib-map.rs \ test/run-pass/mlist-cycle.rs \ test/run-pass/obj-as.rs \ test/run-pass/task-comm.rs \ |