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 a06b0d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stdlib/LinearAlgebra/test/generic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ end
end

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

Expand Down

0 comments on commit a06b0d2

Please sign in to comment.