diff options
Diffstat (limited to 't/uni')
-rw-r--r-- | t/uni/labels.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/uni/labels.t b/t/uni/labels.t index 1e4d6840d1..3d7d476ae9 100644 --- a/t/uni/labels.t +++ b/t/uni/labels.t @@ -62,6 +62,7 @@ LÁBEL: { utf8::downgrade($prog); } if ($d--) { + use feature 'unicode_eval'; no warnings 'exiting'; eval $prog; } |