Skip to content

Commit

Permalink
fix fdt tests that were comparing large arrays
Browse files Browse the repository at this point in the history
Comparing arrays with len > 32 is not allowed in rust rust 1.46.
Added a workaround for testing these arrays by splitting them in
groups of maximum 32 elems.

Signed-off-by: Andreea Florescu <fandree@amazon.com>
  • Loading branch information
andreeaflorescu authored and danielverkamp committed Apr 9, 2021
1 parent 592ab94 commit 8e81742
Showing 1 changed file with 260 additions and 249 deletions.
Loading

0 comments on commit 8e81742

Please sign in to comment.