summaryrefslogtreecommitdiff
path: root/t/op/magic.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/magic.t')
-rwxr-xr-xt/op/magic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/magic.t b/t/op/magic.t
index 4e735414c2..dccb5634d5 100755
--- a/t/op/magic.t
+++ b/t/op/magic.t
@@ -358,7 +358,7 @@ if ($Is_miniperl) {
# Make sure Errno hasn't been prematurely autoloaded
- ok !defined %Errno::;
+ ok !keys %Errno::;
# Test auto-loading of Errno when %! is used