Skip to content

Commit d297426

Browse files
Update lib/NonlinearSolveQuasiNewton/test/core_tests.jl
1 parent 9905976 commit d297426

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/NonlinearSolveQuasiNewton/test/core_tests.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ end
9898
using Zygote, ForwardDiff, FiniteDiff
9999

100100
# Conditionally import Enzyme only if not on Julia prerelease
101-
include("test_utilities.jl")
102-
if !is_julia_prerelease()
101+
if isempty(VERSION.prerelease)
103102
using Enzyme
104103
end
105104

0 commit comments

Comments
 (0)