Skip to content

Commit 2aa0bea

Browse files
committed
isapprox tests
1 parent 9f35f74 commit 2aa0bea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/parsing_inputs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ end
4646
@gen_A_mul_B F C E
4747
@test D == A
4848
@test ret == B
49-
@test E == A * B'
50-
@test F == C * E
49+
@test E A * B'
50+
@test F C * E
5151
end
5252

5353
@testset "enumerate, #393" begin

0 commit comments

Comments
 (0)