Skip to content

Commit f6f3d02

Browse files
Fix test
1 parent 58ed215 commit f6f3d02

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/stdlib/binstream.check

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ Binstream
77
✓ int back-and-forth (17), explicit BE
88
✓ int back-and-forth (17), explicit LE
99
✓ byte 00101010
10-
✓ to bits and back
1110
✓ to bits and back LE bitorder
1211
✓ to bits and back BE bitorder
1312
✓ append 0 means *2
1413
✓ pow agrees with double one
1514
✓ LE 2s-complement
1615
✓ BE 2s-complement
1716

18-
15 pass
17+
14 pass
1918
0 fail
20-
15 tests total
19+
14 tests total
2120

0 commit comments

Comments
 (0)