Skip to content

Commit 45797aa

Browse files
committed
comment out explicit tests of unused behaviour
1 parent 13c034c commit 45797aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/basictests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ end
208208
mul!(y, Pl, x); @test y s .* x
209209
mul!(y, Pr, x); @test y s .\ x
210210

211-
y .= x; ldiv!(Pl, x); @test x s .\ y
212-
y .= x; ldiv!(Pr, x); @test x s .* y
211+
# y .= x; ldiv!(Pl, x); @test x ≈ s .\ y
212+
# y .= x; ldiv!(Pr, x); @test x ≈ s .* y
213213

214214
ldiv!(y, Pl, x); @test y s .\ x
215215
ldiv!(y, Pr, x); @test y s .* x

0 commit comments

Comments
 (0)