Skip to content

Commit

Permalink
remove dead comment
Browse files Browse the repository at this point in the history
#45993 fixed this bug.
  • Loading branch information
aviatesk committed Jul 21, 2022
1 parent d75843d commit 3463c0e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/math.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1461,9 +1461,6 @@ for fn in (:sin, :cos, :tan, :log, :log2, :log10, :log1p, :exponent, :sqrt, :cbr
if Core.Compiler.is_foldable(eff)
@test true
else
# XXX only print bad effects – especially `[sin|cos|tan](::Float32)` are analyzed
# as non-foldable sometimes but non-deterministically somehow, we need to dig
# into what's leading to the bad analysis with Cthulhu on each platform
@warn "bad effects found for $f(::$T)" eff
end
end
Expand Down

0 comments on commit 3463c0e

Please sign in to comment.