Skip to content

Commit

Permalink
Add version 2 to operations test
Browse files Browse the repository at this point in the history
  • Loading branch information
crzysdrs committed Apr 25, 2024
1 parent b537a8a commit c1e993d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/write/op.rs
Expand Up @@ -1077,7 +1077,7 @@ mod tests {
#[test]
#[allow(clippy::type_complexity)]
fn test_operation() {
for version in [3, 4, 5] {
for version in [2, 3, 4, 5] {
for address_size in [4, 8] {
for format in [Format::Dwarf32, Format::Dwarf64] {
let encoding = Encoding {
Expand Down

0 comments on commit c1e993d

Please sign in to comment.