diff --git a/test/maths.cpp b/test/maths.cpp index 0d51ea68..b913b9c2 100644 --- a/test/maths.cpp +++ b/test/maths.cpp @@ -118,8 +118,6 @@ test_normalisations (util::TAP::logger &tap) tap.expect (success, "float-u32 normalisation"); } - std::cerr << renormalise (0xff) << '\n'; - tap.expect_eq (renormalise (0xff), 0xffffffff, "normalise hi u8-to-u32"); tap.expect_eq (renormalise (0x00), 0x00000000, "normalise lo u8-to-u32");