diff options
Diffstat (limited to 't/op/pow.t')
-rw-r--r-- | t/op/pow.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/pow.t b/t/op/pow.t index 4cfeed1e63..e9608ff2b8 100644 --- a/t/op/pow.t +++ b/t/op/pow.t @@ -3,8 +3,8 @@ BEGIN { chdir 't' if -d 't'; - @INC = '../lib'; require './test.pl'; + set_up_inc('../lib'); } # This calculation ought to be within 0.001 of the right answer. |