From c1e993d64f3cd1295e491910daa5c396518ce1a5 Mon Sep 17 00:00:00 2001 From: Mitch Souders Date: Thu, 25 Apr 2024 11:27:28 -0700 Subject: [PATCH] Add version 2 to operations test --- src/write/op.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/write/op.rs b/src/write/op.rs index 742c81eb..dc9b5fb7 100644 --- a/src/write/op.rs +++ b/src/write/op.rs @@ -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 {