Skip to content

Commit

Permalink
Update expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Nov 16, 2023
1 parent fa70ff0 commit 5f53c3c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/test_assert_immediate.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ class Foo(m.Circuit):
"error": "%Error:",
}[severity]
msg += " Foo.v:9: "
if severity == "error":
msg += "Assertion failed in "
# TODO: verilator 5.016 needs this
# if severity == "error":
# msg += "Assertion failed in "
msg += "Assertion failed in "
msg += "TOP.Foo"
if name is not None:
msg += f".{name}"
Expand Down

0 comments on commit 5f53c3c

Please sign in to comment.