mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 01:22:03 +08:00
Forgot {} for the GIVEN structure.
This commit is contained in:
parent
2610218b0e
commit
e68bc06a3d
@ -8,7 +8,7 @@ using namespace Slic3r;
|
||||
using namespace std::literals::string_literals;
|
||||
|
||||
SCENARIO("lift() is not ignored after unlift() at large values of Z", "[!mayfail]") {
|
||||
GIVEN("A config from a file and a single extruder.")
|
||||
GIVEN("A config from a file and a single extruder.") {
|
||||
GCodeWriter writer;
|
||||
auto& config {writer.config};
|
||||
config.set_defaults();
|
||||
@ -35,3 +35,4 @@ SCENARIO("lift() is not ignored after unlift() at large values of Z", "[!mayfail
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user