Skip to content

Commit

Permalink
Fix testsuite failure after error message tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
krame505 committed Aug 22, 2024
1 parent 7067fbe commit 0e23ad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Error: Unknown position: (T0031)
"NoInline_ArgNotInBits.bsv", line 4, column 15
Error: "NoInline_ArgNotInBits.bsv", line 4, column 15: (T0043)
Cannot synthesize `fnNoInline_ArgNotInBits': This method uses types that are
not in the Bits or SplitPorts typeclass.
not in the Bits or SplitPorts typeclasses.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Error: Unknown position: (T0031)
"NoInline_ResNotInBits.bsv", line 4, column 12
Error: "NoInline_ResNotInBits.bsv", line 4, column 12: (T0043)
Cannot synthesize `fnNoInline_ResNotInBits': This method uses types that are
not in the Bits or SplitPorts typeclass.
not in the Bits or SplitPorts typeclasses.
Error: "NoInline_ResNotInBits.bsv", line 4, column 12: (T0029)
Signature mismatch (given too general):
given:
Expand Down

0 comments on commit 0e23ad0

Please sign in to comment.