Skip to content

Commit

Permalink
fix elaboration checks on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
soronpo committed Sep 12, 2024
1 parent f865464 commit 2d49b90
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/src/test/scala/ElaborationChecksSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ class ElaborationChecksSpec extends DesignSpec:
if (x)
val y = Bit <> IN
assertElaborationErrors(Top())(
"""|Elaboration errors found!
|DFiant HDL elaboration error!
|Position: lib\src\test\scala\ElaborationChecksSpec.scala:144:17 - 144:26
|Hierarchy: Top.y
|Operation: ``
|Message: Ports can only be directly owned by a design, a domain or an interface.
|""".stripMargin
s"""|Elaboration errors found!
|DFiant HDL elaboration error!
|Position: ${currentFilePos}ElaborationChecksSpec.scala:144:17 - 144:26
|Hierarchy: Top.y
|Operation: ``
|Message: Ports can only be directly owned by a design, a domain or an interface.
|""".stripMargin
)
end ElaborationChecksSpec

0 comments on commit 2d49b90

Please sign in to comment.