diff --git a/t/rt_44891_strings_look_like_numbers.t b/t/rt_44891_strings_look_like_numbers.t index 433f1cf..51be2d1 100644 --- a/t/rt_44891_strings_look_like_numbers.t +++ b/t/rt_44891_strings_look_like_numbers.t @@ -77,7 +77,7 @@ for my $type (@types) { if ($old_behavior eq $got) { TODO: { local $TODO = "same as the old behavior"; - fail "same as the old behavior: type: $typename got: $got expected: $value"; + fail "same as the old behavior: type: $typename got: $got expected: $value sqlite3_behavior: $sqlite3_behavior"; } } else {