diff options
Diffstat (limited to 't/op/utf8decode.t')
-rw-r--r-- | t/op/utf8decode.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/op/utf8decode.t b/t/op/utf8decode.t index ac42b85577..cd9d56a5c4 100644 --- a/t/op/utf8decode.t +++ b/t/op/utf8decode.t @@ -5,6 +5,8 @@ BEGIN { @INC = '../lib'; } +no utf8; # this test contains raw 8-bit data on purpose; don't switch to \x{} + print "1..78\n"; my $test = 1; |