diff options
Diffstat (limited to 't/uni/stash.t')
-rw-r--r-- | t/uni/stash.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/uni/stash.t b/t/uni/stash.t index 31d6c9d9b2..e329faab25 100644 --- a/t/uni/stash.t +++ b/t/uni/stash.t @@ -170,7 +170,7 @@ plan( tests => 49 ); package FŌŌ3; sub 남えㄉ {}; my $anon = sub {}; - my $남えㄉ = eval q[\&남えㄉ]; + my $남えㄉ = eval q[*남えㄉ{CODE}]; # not \&남えㄉ; need a real GV package main; delete $FŌŌ3::{남えㄉ}; # make named anonymous |