We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d90ea commit 2e9f8e6Copy full SHA for 2e9f8e6
test/runtests.jl
@@ -25,7 +25,7 @@ end
25
@test bit.name == qasm_id("qreg")
26
@test bit.address === nothing
27
28
- @test bit = Bit("qreg", 2)
+ bit = Bit("qreg", 2)
29
30
@test bit.address == qasm_int(2)
31
end
0 commit comments