Skip to content

Commit 48bf3de

Browse files
Update core_tests.jl
1 parent 20e833f commit 48bf3de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/SCCNonlinearSolve/test/core_tests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ include("../../../common/common_rootfind_testing.jl")
55
end
66

77
@testitem "Manual SCC" setup=[CoreRootfindTesting] tags=[:core] begin
8-
using NonlinearSolve
8+
using NonlinearSolveFirstOrder
9+
910
function f(du, u, p)
1011
du[1] = cos(u[2]) - u[1]
1112
du[2] = sin(u[1] + u[2]) + u[2]

0 commit comments

Comments
 (0)