From 2bd765c03ed84cfe01f32f4de4decf14f7ea6010 Mon Sep 17 00:00:00 2001 From: Christopher Kormanyos Date: Mon, 12 Feb 2024 14:53:46 +0100 Subject: [PATCH] Annotate LCOV all original test_octonions --- test/octonion_test.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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