summaryrefslogtreecommitdiff
path: root/t/op/aassign.t
diff options
context:
space:
mode:
Diffstat (limited to 't/op/aassign.t')
-rw-r--r--t/op/aassign.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/aassign.t b/t/op/aassign.t
index f9493d9b46..e894841bcc 100644
--- a/t/op/aassign.t
+++ b/t/op/aassign.t
@@ -15,8 +15,8 @@
BEGIN {
chdir 't' if -d 't';
- @INC = '../lib';
require './test.pl';
+ set_up_inc('../lib')
}
use warnings;