Skip to content

Commit f2ec342

Browse files
committed
Import subtypes
1 parent 7965f81 commit f2ec342

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

DifferentiationInterface/test/Core/Internals/prep.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using DifferentiationInterface: Prep
2+
using InteractiveUtils: subtypes
23
using Test
34

45
@test subtypes(Prep) == [

DifferentiationInterface/test/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
55
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
66
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
77
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
8+
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
89
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
910
JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"
1011
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -23,6 +24,7 @@ ComponentArrays = "0.15.27"
2324
DataFrames = "1.7.0"
2425
Dates = "1"
2526
ExplicitImports = "1.10.1"
27+
InteractiveUtils = "1"
2628
JET = "0.9,0.10"
2729
JLArrays = "0.2.0"
2830
Pkg = "1"

0 commit comments

Comments
 (0)