Some final touches to ensure ./x.py test --stage 0 src/lib* works
This commit is contained in:
parent
f24915b67f
commit
02f6a0335f
4 changed files with 5 additions and 2 deletions
|
|
@ -98,6 +98,7 @@ mod tests {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(stage0))]
|
||||
fn test_reverse_bits() {
|
||||
assert_eq!(A.reverse_bits().reverse_bits(), A);
|
||||
assert_eq!(B.reverse_bits().reverse_bits(), B);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue