Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t/loops.t
diff options
context:
space:
mode:
Diffstat (limited to 't/loops.t')
-rw-r--r--t/loops.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/loops.t b/t/loops.t
index 6293a4be7..e662469ca 100644
--- a/t/loops.t
+++ b/t/loops.t
@@ -8,6 +8,7 @@ plan tests => 4;
BEGIN {
use FindBin;
use lib "$FindBin::Bin/../lib";
+ use local::lib "$FindBin::Bin/../local-lib";
}
use Slic3r;