Skip to content

Commit d14a42b

Browse files
committed
Apply suggestion from @vchuravy
1 parent 9909fe9 commit d14a42b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/EnzymeTestUtils/test/test_forward.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ end
116116
atol = rtol = sqrt(eps(real(T)))
117117

118118
# Test that require the attributor on 1.11
119-
if v"1.11.0" <= VERSION < v"1.12.0" && Enzyme.run_attributor()
119+
if v"1.11.0" <= VERSION < v"1.12.0" && !Enzyme.run_attributor()
120120
if Tx == Const &&(T == ComplexF32 || T == ComplexF64)
121121
Ta == Duplicated || Ta == BatchDuplicated || continue
122122
end

0 commit comments

Comments
 (0)