Remove no-longer-needed operators import
parent
492208d25a
commit
f37c9e363c
|
|
@ -33,11 +33,6 @@ TEST_CASE("motion::basic", "[motion]") {
|
||||||
|
|
||||||
TEST_CASE("motion::unit", "[motion]") {
|
TEST_CASE("motion::unit", "[motion]") {
|
||||||
// test AxisUnit conversion in the PlanMove and PlanMoveTo.
|
// test AxisUnit conversion in the PlanMove and PlanMoveTo.
|
||||||
using config::operator"" _mm;
|
|
||||||
using config::operator"" _mm_s;
|
|
||||||
using config::operator"" _deg;
|
|
||||||
using config::operator"" _deg_s;
|
|
||||||
|
|
||||||
REQUIRE(motion.QueueEmpty());
|
REQUIRE(motion.QueueEmpty());
|
||||||
REQUIRE(motion.Position(Pulley) == 0);
|
REQUIRE(motion.Position(Pulley) == 0);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue