Skip to content

Commit 7b2fce1

Browse files
committed
All PyQrack tests work
1 parent 9055694 commit 7b2fce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pyqrack/runtime/test_qrack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
def run_mock(program: ir.Method, rng_state: Mock | None = None):
1515
PyQrackInterpreter(
1616
program.dialects, memory=(memory := MockMemory()), rng_state=rng_state
17-
).run(program, ())
17+
).run(program)
1818
assert isinstance(mock := memory.sim_reg, Mock)
1919
return mock
2020

0 commit comments

Comments
 (0)