summaryrefslogtreecommitdiff
path: root/t/op/sub.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/sub.t')
-rw-r--r--t/op/sub.t3
1 files changed, 0 insertions, 3 deletions
diff --git a/t/op/sub.t b/t/op/sub.t
index 0eae1d50de..e703880ec8 100644
--- a/t/op/sub.t
+++ b/t/op/sub.t
@@ -445,8 +445,5 @@ fresh_perl_like(
);
# github #21044
-{
- local $TODO = "sub return values not modifiable";
ok( eval { $_->{x} = 1 for sub { undef }->(); 1 }, "check sub return values are modifiable")
or diag $@;
-}