Skip to content

Commit e4618b0

Browse files
Update lib/NonlinearSolveQuasiNewton/test/core_tests.jl
1 parent 6cd01e8 commit e4618b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/NonlinearSolveQuasiNewton/test/core_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ end
185185

186186
# Conditionally import Enzyme only if not on Julia prerelease
187187
include("test_utilities.jl")
188-
if !is_julia_prerelease()
188+
if isempty(VERSION.prerelease)
189189
using Enzyme
190190
end
191191

0 commit comments

Comments
 (0)