Skip to content
This repository has been archived by the owner on Apr 30, 2022. It is now read-only.

Commit

Permalink
fix windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GiggleLiu committed Jul 8, 2020
1 parent 18e7d91 commit ac74b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/block_extension/TrivialGate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ using Random, Test
@test isunitary(block)
@test getiparams(block) == ()

@test EchoBlock()(5) isa EchoBlock{5, Base.TTY}
@test EchoBlock()(5) isa EchoBlock
@test EchoBlock()(5).sym == :ECHO
end

0 comments on commit ac74b11

Please sign in to comment.