diff options
Diffstat (limited to 't/comp/utf.t')
-rw-r--r-- | t/comp/utf.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/comp/utf.t b/t/comp/utf.t index 90a9e5e11b..f0673eb964 100644 --- a/t/comp/utf.t +++ b/t/comp/utf.t @@ -18,7 +18,7 @@ BEGIN { } } -require "./test.pl"; +BEGIN { require "./test.pl"; } plan(tests => 15); |