Skip to content

Commit

Permalink
Fix coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
tanujkhattar committed Oct 6, 2023
1 parent 2490382 commit d81fb26
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cirq-core/cirq/ops/greedy_qubit_manager_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ def _decompose_with_context_(self, qubits, context):
yield cirq.CNOT(qubits[0], q)
qm.qfree([q])

def __str__(self):
return 'TestGateAlloc'


def test_greedy_qubit_manager():
def make_circuit(qm: cirq.QubitManager):
Expand Down

0 comments on commit d81fb26

Please sign in to comment.