Skip to content

Commit 321c710

Browse files
authored
Update generic.jl
fix typo
1 parent 53d36c5 commit 321c710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/generic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ n = 5 # should be odd
100100
if elty <: Int
101101
@testset "det no overflow - triangular" begin
102102
A = diagm([typemax(elty), typemax(elty)])
103-
@test mydet(A) mydet(float(A))
103+
@test det(A) det(float(A))
104104
end
105105
end
106106
@testset "det with units - triangular" begin

0 commit comments

Comments
 (0)