diff --git a/src/V3Delayed.cpp b/src/V3Delayed.cpp index 5d774a42d..557bc14d8 100644 --- a/src/V3Delayed.cpp +++ b/src/V3Delayed.cpp @@ -1007,7 +1007,7 @@ class DelayedVisitor final : public VNVisitor { switch (vscpInfo.m_scheme) { case Scheme::Undecided: // LCOV_EXCL_START UASSERT_OBJ(false, vscp, "Failed to choose NBA scheme"); - break; // LCOV_EXCL_STOP + break; // LCOV_EXCL_STOP case Scheme::UnsupportedCompoundArrayInLoop: { // Will report error at the site of the NBA break;