diff options
Diffstat (limited to 't/op/magic.t')
-rwxr-xr-x | t/op/magic.t | 2 |
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 |