diff --git a/tests/test.rs b/tests/test.rs index ab9753a..345f275 100644 --- a/tests/test.rs +++ b/tests/test.rs @@ -193,7 +193,7 @@ fn emoji() { // checking that we do not get a panic. #[test] fn possible_underflow() { - let cells: Vec<_> = (0..48).map(|i| 2_isize.pow(i).to_string()).collect(); + let cells: Vec<_> = (0..48).map(|i| 2_i64.pow(i).to_string()).collect(); let grid = Grid::new( cells,