Skip to content

Commit

Permalink
PrimitiveImporter: exclude an unreachable line from coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed May 11, 2020
1 parent 485ca93 commit 2e37441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MagnumPlugins/PrimitiveImporter/PrimitiveImporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ Containers::Optional<MeshData> PrimitiveImporter::doMesh(UnsignedInt id, Unsigne
conf->value<UnsignedInt>("segments"));
}

CORRADE_INTERNAL_ASSERT_UNREACHABLE();
CORRADE_INTERNAL_ASSERT_UNREACHABLE(); /* LCOV_EXCL_LINE */
}

}}
Expand Down

0 comments on commit 2e37441

Please sign in to comment.