From 3463c0e0c04d798681dc214893c2ea7b358eb05c Mon Sep 17 00:00:00 2001 From: Shuhei Kadowaki Date: Thu, 21 Jul 2022 17:19:12 -0400 Subject: [PATCH] remove dead comment #45993 fixed this bug. --- test/math.jl | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/math.jl b/test/math.jl index d788e0c939a05..6b5e62fdf84fd 100644 --- a/test/math.jl +++ b/test/math.jl @@ -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