Skip to content

Commit

Permalink
fix(tests): do not build useless vector
Browse files Browse the repository at this point in the history
  • Loading branch information
samueltardieu committed Mar 9, 2024
1 parent 9efb661 commit 04023da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/r299.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fn distance(a: &Point, b: &Point) -> usize {

#[test]
fn main() {
let expectations = vec![
let expectations = [
vec![28, 44, 220, 184, 144, 208, 76],
vec![60, 212, 176, 136, 200, 92],
vec![252, 216, 176, 240, 36],
Expand Down

0 comments on commit 04023da

Please sign in to comment.