Commit 7379d87
bors-servo
Auto merge of #176 - servo:32, r=emilio
Make tests pass on a 32-bit system.
Testable on 64-bit Linux with:
```
rustup target add i686-unknown-linux-gnu
cargo test --target i686-unknown-linux-gnu
```
(or similarly on anther 64-bit platforms), assuming a linker and libc for this target are available on the system.
Leaving #162 open to add CI for this. (Unfortunately Travis doesn’t use rustup out of the box.)
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/string-cache/176)
<!-- Reviewable:end -->1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
723 | 723 | | |
724 | 724 | | |
725 | 725 | | |
726 | | - | |
| 726 | + | |
| 727 | + | |
727 | 728 | | |
728 | 729 | | |
729 | 730 | | |
| |||
0 commit comments