diff --git a/test/math.jl b/test/math.jl index 681c8ffa49840..eb0318a9c4a55 100644 --- a/test/math.jl +++ b/test/math.jl @@ -1602,11 +1602,11 @@ end @test Core.Compiler.is_foldable(effects) end end - @static if !(Sys.iswindows()&&Int==Int32) # COMBAK debug this - @testset let effects = Base.infer_effects(^, (T,Int)) - @test Core.Compiler.is_foldable(effects) + @static if Sys.WORD_SIZE != 32 # COMBAK debug this + @testset let effects = Base.infer_effects(^, (T,Int)) + @test Core.Compiler.is_foldable(effects) + end end - end # @static @testset let effects = Base.infer_effects(^, (T,T)) @test Core.Compiler.is_foldable(effects) end