Apply 'make format'

This commit is contained in:
github action 2026-03-26 16:59:22 +00:00 committed by Matthew Ballance
parent 7e87abb4fd
commit 07db7608b1
2 changed files with 1 additions and 1 deletions

View File

@ -1354,7 +1354,7 @@ class LinkParseVisitor final : public VNVisitor {
"Ignoring unsupported coverage option: " + optp->name());
}
nodep->addOptionsp(new AstCoverOption{optp->fileline(), optType,
optp->valuep()->cloneTree(false)});
optp->valuep()->cloneTree(false)});
VL_DO_DANGLING(optp->deleteTree(), optp);
}
}

0
test_regress/t/t_vlcov_covergroup.py Normal file → Executable file
View File