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
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2020-01-21 15:13:52 +0300
committerbubnikv <bubnikv@gmail.com>2020-01-21 15:13:52 +0300
commitfa3d138e91021dabbf3710ceb77c833f34e879b9 (patch)
tree3ba3e66d3b9caa7fc5163a794cc9bf643697fab1 /t
parent05ea01bdcccb3d8bc5d46b71c20a30e25352cea8 (diff)
Fix of the previous commit: Fixed number of unit tests to be executed.
Diffstat (limited to 't')
-rw-r--r--t/custom_gcode.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/custom_gcode.t b/t/custom_gcode.t
index 44f952318..1bb52b618 100644
--- a/t/custom_gcode.t
+++ b/t/custom_gcode.t
@@ -1,4 +1,4 @@
-use Test::More tests => 41;
+use Test::More tests => 38;
use strict;
use warnings;