diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-07-05 00:34:32 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-07-05 00:34:32 +0100 |
commit | 4af884f173338678c60d1961b521e1c90b523f9d (patch) | |
tree | 4af6f400bbb604862f11504a72648e7eca35c7c0 | |
parent | import slice should be in root, where it used to be (diff) | |
download | slicer-4af884f173338678c60d1961b521e1c90b523f9d.tar.bz2 slicer-4af884f173338678c60d1961b521e1c90b523f9d.tar.xz slicer-4af884f173338678c60d1961b521e1c90b523f9d.zip |
Fix LCOV exclusion section terminator
-rw-r--r-- | slicer/ice/testSpecifics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slicer/ice/testSpecifics.cpp b/slicer/ice/testSpecifics.cpp index 8a625cd..52a44b4 100644 --- a/slicer/ice/testSpecifics.cpp +++ b/slicer/ice/testSpecifics.cpp @@ -6,7 +6,7 @@ // LCOV_EXCL_START BOOST_TEST_DONT_PRINT_LOG_VALUE(TestModule::IsoDate); -// LCOV_EXCL_END +// LCOV_EXCL_STOP template<typename X> void |