diff --git a/test/octonion_test.cpp b/test/octonion_test.cpp index 6c528b1fc..96f43103c 100644 --- a/test/octonion_test.cpp +++ b/test/octonion_test.cpp @@ -8,7 +8,6 @@ #include - #include #include @@ -16,6 +15,7 @@ #include +// LCOV_EXCL_START template struct string_type_name; @@ -773,3 +773,5 @@ boost::unit_test::test_suite * init_unit_test_suite(int, char *[]) } #undef DEFINE_TYPE_NAME + +// LCOV_EXCL_STOP