Commit 2e5da5f
committed
Reduce the scope of the test for issue ferrilab#65
When running the test suite under emulation for other architectures, this test
demonstrated strange behavior, namely, dead bits outside the written region were
being set to 1. Since `BitVec` always zeroes memory upon first use, and does not
use uninitialized memory, the source of this behavior is unknown. I am not going
to investigate it at this time.1 parent 36a468e commit 2e5da5f
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments