Skip to content

Commit cfece0d

Browse files
Update lib/NonlinearSolveQuasiNewton/test/core_tests.jl
1 parent 1fc98ac commit cfece0d

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
@@ -13,7 +13,7 @@ end
1313

1414
# Conditionally import Enzyme only if not on Julia prerelease
1515
include("test_utilities.jl")
16-
if !is_julia_prerelease()
16+
if isempty(VERSION.prerelease)
1717
using Enzyme
1818
end
1919

0 commit comments

Comments
 (0)