Skip to content

Commit 4828dc7

Browse files
committed
add using statements
1 parent 6ee2843 commit 4828dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jet_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using JET
1+
using JET, Test, RecursiveArrayTools
22

33
# Get all reports first
44
result = JET.report_package(RecursiveArrayTools; target_modules = (RecursiveArrayTools,))

0 commit comments

Comments
 (0)