mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Work in progress: Good bye, Perl Threads!
This commit is contained in:
@@ -10,8 +10,6 @@ use Test::More tests => 5;
|
||||
my $print = Slic3r::Print->new;
|
||||
isa_ok $print, 'Slic3r::Print';
|
||||
isa_ok $print->config, 'Slic3r::Config::Static::Ref';
|
||||
isa_ok $print->default_object_config, 'Slic3r::Config::Static::Ref';
|
||||
isa_ok $print->default_region_config, 'Slic3r::Config::Static::Ref';
|
||||
isa_ok $print->placeholder_parser, 'Slic3r::GCode::PlaceholderParser::Ref';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user