Skip to content

Commit 5807766

Browse files
committed
update JET tests
1 parent b4d8c1e commit 5807766

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

test/code.jl

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ end
77

88
@testitem "Correctness (JET.jl)" default_imports = false begin
99
using JET
10-
using DifferentiableFrankWolfe
10+
using DifferentiableFrankWolfe, FrankWolfe, ImplicitDifferentiation
1111
using InferOpt
12-
if VERSION >= v"1.9"
13-
JET.test_package(InferOpt; target_modules=[InferOpt])
14-
# TODO: why does the following line fail even though the method is defined in the extension?
15-
# JET.test_package(InferOpt, target_defined_modules=true)
16-
end
12+
JET.test_package(InferOpt; target_modules=[InferOpt])
13+
# TODO: why does the following line fail even though the method is defined in the extension?
14+
# JET.test_package(InferOpt; target_defined_modules=true)
1715
end
1816

1917
@testitem "Formatting (JuliaFormatter.jl)" begin

0 commit comments

Comments
 (0)