Skip to content

Commit c245b25

Browse files
committed
better failure description
1 parent 4c3b56d commit c245b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/run/todo.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ TODO: {
223223
aaaa($llll{p}, undef);
224224
}
225225
EOF
226-
is($results, "undef\noooo\noooo\noooo", 'Hashref element disappeared; GH 13307');
226+
is($results, "undef\noooo\noooo\noooo", 'Hashref element reference in @_ disappeared; GH 13307');
227227
}
228228

229229
TODO: {

0 commit comments

Comments
 (0)