Skip to content

Commit 6ed7c88

Browse files
committed
Fix JET tests
1 parent d324f1f commit 6ed7c88

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/code.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ end
77

88
@testset "Correctness (JET.jl)" begin
99
using JET
10-
if VERSION >= v"1.8"
11-
JET.test_package(ConstrainedShortestPaths; toplevel_logger=nothing, mode=:typo)
12-
end
10+
JET.test_package(ConstrainedShortestPaths; target_modules=[ConstrainedShortestPaths])
1311
end
1412

1513
@testset "Formatting (JuliaFormatter.jl)" begin

0 commit comments

Comments
 (0)