Skip to content

Commit

Permalink
Update tests for rotate! and reflect!
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Mar 29, 2020
1 parent 1bce5d3 commit d494b11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stdlib/LinearAlgebra/test/generic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ end
end

@testset "rotate! and reflect!" begin
x = rand(1000)
y = rand(1000)
c = rand()
x = rand(ComplexF64, 10)
y = rand(ComplexF64, 10)
c = rand(Float64)
s = rand(ComplexF64)

x2 = copy(x)
Expand Down

0 comments on commit d494b11

Please sign in to comment.