diff options
Diffstat (limited to 't/lib/charnames.t')
-rw-r--r-- | t/lib/charnames.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/charnames.t b/t/lib/charnames.t index 84949896ac..f4d95771c0 100644 --- a/t/lib/charnames.t +++ b/t/lib/charnames.t @@ -16,7 +16,7 @@ print "not " unless "Here\N{EXCLAMATION MARK}?" eq "Here\041?"; print "ok 1\n"; { - use byte; # UTEST can switch utf8 on + use bytes; # UTEST can switch utf8 on print "# \$res=$res \$\@='$@'\nnot " if $res = eval <<'EOE' |