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
@@ -457,7 +457,7 @@ private:
}
}
virtual void visit(AstNodeFor* nodep) VL_OVERRIDE {
virtual void visit(AstNodeFor* nodep) VL_OVERRIDE { // LCOV_EXCL_LINE
nodep->v3fatalSrc(
"For statements should have been converted to while statements in V3Begin");
}