Skip to content

Commit

Permalink
Update golds
Browse files Browse the repository at this point in the history
  • Loading branch information
rsetaluri committed Sep 23, 2023
1 parent 05e41c1 commit bfdd3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gold/test_when_recursive_non_port.mlir
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module attributes {circt.loweringOptions = "locationInfoStyle=none"} {
module attributes {circt.loweringOptions = "locationInfoStyle=none,omitVersionComment"} {
hw.module @test_recursive_non_port(%I: i2, %S: i1) -> (O0: i1, O1: i1) {
%0 = comb.extract %I from 0 : (i2) -> i1
%1 = comb.extract %I from 1 : (i2) -> i1
Expand Down

0 comments on commit bfdd3f8

Please sign in to comment.