From d259e270103f4add38933c54a77e01c3a7c7d832 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 3 Jan 2013 20:07:17 -0600 Subject: sync tests --- t/bare-anon-basic.t | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 't/bare-anon-basic.t') diff --git a/t/bare-anon-basic.t b/t/bare-anon-basic.t index 64451aa..5bdb523 100644 --- a/t/bare-anon-basic.t +++ b/t/bare-anon-basic.t @@ -255,7 +255,10 @@ ok(defined(*{ $Foo->{foo} }{ARRAY}), '... the @foo slot has NOT been removed'); is_deeply( $syms, - { zork => *{ $Foo->{zork} }{HASH} }, + { + zork => *{ $Foo->{zork} }{HASH}, + bare => *{ $Foo->{bare} }{HASH}, + }, "got the right ones", ); } -- cgit v1.2.3-54-g00ecf