Remove no-longer-needed operators import

pull/87/head
Yuri D'Elia 2021-07-28 17:23:48 +02:00 committed by DRracer
parent 492208d25a
commit f37c9e363c
1 changed files with 0 additions and 5 deletions

View File

@ -33,11 +33,6 @@ TEST_CASE("motion::basic", "[motion]") {
TEST_CASE("motion::unit", "[motion]") {
// 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.Position(Pulley) == 0);