mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
fix bitmatrix test case
This commit is contained in:
@@ -160,7 +160,7 @@ fn test_get_row() {
|
||||
// Should use provided object, with original BitArray size
|
||||
// let mut array3 = BitArray::with_size(200);
|
||||
let array3 = matrix.getRow(2);
|
||||
assert_eq!(200, array3.getSize());
|
||||
// assert_eq!(200, array3.getSize());
|
||||
|
||||
for x in 0..102 {
|
||||
// for (int x = 0; x < 102; x++) {
|
||||
|
||||
Reference in New Issue
Block a user