summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--t/op/write.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/op/write.t b/t/op/write.t
index 3fafc204ae..7dcf1e08f5 100644
--- a/t/op/write.t
+++ b/t/op/write.t
@@ -1111,7 +1111,6 @@ format Potshriggley =
Scalar::Util::weaken(my $x = *Potshriggley{FORMAT});
undef *Potshriggley;
is $x, undef, 'formats in subs do not leak';
- use Devel::Peek; Dump $x if $x;
}