Misc internal coverage improvements.

This commit is contained in:
Wilson Snyder
2020-05-17 11:06:14 -04:00
parent ed4c7038b4
commit 4773a1e77c
25 changed files with 209 additions and 42 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ private:
virtual void visit(AstCellInline* nodep) VL_OVERRIDE { //
nodep->scopep(m_scopep);
}
virtual void visit(AstActive* nodep) VL_OVERRIDE {
virtual void visit(AstActive* nodep) VL_OVERRIDE { // LCOV_EXCL_LINE
nodep->v3fatalSrc("Actives now made after scoping");
}
virtual void visit(AstNodeProcedure* nodep) VL_OVERRIDE {