Skip to content

Commit

Permalink
fixup! [test] Convert LayerSpec to use FileCheck, NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
seldridge committed Dec 4, 2024
1 parent 3f2b9a5 commit c71a118
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/scala/chiselTests/LayerSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class LayerSpec extends ChiselFlatSpec with Utils with FileCheck {
}

info("CHIRRTL emission looks correct")
// TODO: Switch to FileCheck for this testing. This is going to miss all sorts of ordering issues.
generateFirrtlAndFileCheck(new Foo)(s"""|CHECK: layer A, bind, "A" :
|CHECK-NEXT: layer B, bind, "A${sep}B" :
|
Expand Down

0 comments on commit c71a118

Please sign in to comment.