diff options
Diffstat (limited to 't/mro/isa_c3.t')
-rw-r--r-- | t/mro/isa_c3.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/mro/isa_c3.t b/t/mro/isa_c3.t index 20ae5f09b4..ecec0a5938 100644 --- a/t/mro/isa_c3.t +++ b/t/mro/isa_c3.t @@ -2,8 +2,8 @@ BEGIN { chdir 't' if -d 't'; - @INC = '../lib'; require "./test.pl"; + set_up_inc('../lib'); } use strict; |