diff options
| author | Graydon Hoare <[email protected]> | 2010-10-21 15:02:05 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-10-21 15:02:05 -0700 |
| commit | a7599a79681e98be65cd24bbeef771edc0534409 (patch) | |
| tree | 83e18a5323971a48cf0c3c6505240a9b1b9852ac /src | |
| parent | eliminated bitv.test, which now lives in test/run-pass (diff) | |
| download | rust-a7599a79681e98be65cd24bbeef771edc0534409.tar.xz rust-a7599a79681e98be65cd24bbeef771edc0534409.zip | |
De-burninate tree.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 1b994940..fec01016 100644 --- a/src/Makefile +++ b/src/Makefile @@ -500,6 +500,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \ lazy-init.rs \ lazychan.rs \ leak-box-as-tydesc.rs \ + lib-bitv.rs \ lib-deque.rs \ lib-int.rs \ lib-io.rs \ |