From b79f7545f218479c6361e25f42849d88b9cef87e Mon Sep 17 00:00:00 2001
From: Nicholas Clark <nick@ccl4.org>
Date: Wed, 1 Jun 2005 14:33:14 +0000
Subject: Store the xhv_aux structure after the main array. This reduces the
 size of HV bodies from 24 to 20 bytes on a 32 bit build. It has the side
 effect of defined %symbol_table:: now always being true. defined %hash is
 already deprecated.

p4raw-id: //depot/perl@24660
---
 t/op/magic.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 't/op/magic.t')

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
 
-- 
cgit v1.2.1