Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jverzani committed Apr 26, 2024
1 parent a231173 commit 9b27092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rational-functions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ end
@test eltype([1, p, pp]) == PP
promote(im, p); promote(p, pp) # but promote(im, pp) fails
## this is a bad test, a,b =promote(im,p) leave a P{Complex}
## which doesn't conver to type pp.
## which doesn't convert to type pp.
# @test eltype(eltype(eltype([im, p, pp]))) == Complex{Int}

## test mixed types promote polynomial type
Expand Down

0 comments on commit 9b27092

Please sign in to comment.