Skip to content

Commit

Permalink
[FIRRTL] Fix Test for Windows, NFC
Browse files Browse the repository at this point in the history
Signed-off-by: Schuyler Eldridge <[email protected]>
  • Loading branch information
seldridge committed Jul 19, 2024
1 parent 7c8a2e1 commit 7807d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Dialect/FIRRTL/assign-output-dirs.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ firrtl.circuit "EmptyOutputDir" {
}

firrtl.circuit "EmptyOutputDir2" {
// CHECK: firrtl.module private @Baz() attributes {output_file = #hw.output_file<"{{/|\\\\}}path{{/|\\\\}}to{{/|\\\\}}">} {
// CHECK: firrtl.module private @Baz() attributes {output_file = #hw.output_file<"{{.*(/|\\\\)}}path{{/|\\\\}}to{{/|\\\\}}">} {
firrtl.module private @Baz() {
}
firrtl.module @Foo() attributes {output_file = #hw.output_file<"some_file">} {
Expand Down

0 comments on commit 7807d78

Please sign in to comment.