summaryrefslogtreecommitdiff
path: root/t/re/qr_gc.t
diff options
context:
space:
mode:
Diffstat (limited to 't/re/qr_gc.t')
-rw-r--r--t/re/qr_gc.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/re/qr_gc.t b/t/re/qr_gc.t
index ca82f420ef..ea2c303717 100644
--- a/t/re/qr_gc.t
+++ b/t/re/qr_gc.t
@@ -2,8 +2,8 @@
BEGIN {
chdir 't' if -d 't';
- @INC = '../lib';
require './test.pl';
+ set_up_inc('../lib');
undef &Regexp::DESTROY;
}