Skip to content

Commit

Permalink
[When] Remove out-of-sync _OUTPUT_TYPE parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
rsetaluri committed Sep 22, 2023
1 parent e69ef96 commit 05e41c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_when.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ class _Test(m.Circuit):
io.O0 @= x

basename = "test_when_recursive_non_port"
m.compile(f"build/{basename}", _Test, output=_OUTPUT_TYPE)
m.compile(f"build/{basename}", _Test, output="mlir")
assert check_gold(__file__, f"{basename}.mlir")


Expand Down

0 comments on commit 05e41c1

Please sign in to comment.