diff --git a/src/V3LinkDot.cpp b/src/V3LinkDot.cpp index fa471cc48..4c5009f9a 100644 --- a/src/V3LinkDot.cpp +++ b/src/V3LinkDot.cpp @@ -2772,8 +2772,9 @@ class LinkDotIfaceVisitor final : public VNVisitor { bool hasPartSelect = false; const string dottedPath = extractDottedPath(dotp, hasPartSelect); if (hasPartSelect) { - fl->v3warn(E_UNSUPPORTED, - "Unsupported: Modport expression with part select (IEEE 1800-2023 25.5.4)"); + fl->v3warn( + E_UNSUPPORTED, + "Unsupported: Modport expression with part select (IEEE 1800-2023 25.5.4)"); } else { string baddot; VSymEnt* okSymp = nullptr; diff --git a/test_regress/t/t_interface_modport_expr_bad.py b/test_regress/t/t_interface_modport_expr_bad.py old mode 100644 new mode 100755