diff options
Diffstat (limited to 't/comp')
-rw-r--r-- | t/comp/parser.t | 2 | ||||
-rw-r--r-- | t/comp/utf.t | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/t/comp/parser.t b/t/comp/parser.t index a05085879f..2599bdf5b3 100644 --- a/t/comp/parser.t +++ b/t/comp/parser.t @@ -8,7 +8,7 @@ BEGIN { @INC = '../lib'; } -require "./test.pl"; +BEGIN { require "./test.pl"; } plan( tests => 60 ); eval '%@x=0;'; 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); |