From f37c9e363c62084db4e2f200b4c0cdcbf673e761 Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Wed, 28 Jul 2021 17:23:48 +0200 Subject: [PATCH] Remove no-longer-needed operators import --- tests/unit/modules/motion/test_motion.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/unit/modules/motion/test_motion.cpp b/tests/unit/modules/motion/test_motion.cpp index 426fa7d..1aa4df2 100644 --- a/tests/unit/modules/motion/test_motion.cpp +++ b/tests/unit/modules/motion/test_motion.cpp @@ -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);