Commit 40d8629
committed
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.)1 parent c60c4f5 commit 40d8629
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