Skip to content

Commit df4a0d2

Browse files
committed
Fix
1 parent 618c8ae commit df4a0d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DifferentiationInterfaceTest/src/DifferentiationInterfaceTest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ using ProgressMeter: ProgressUnknown, next!
9898
using Random: AbstractRNG, default_rng, rand!
9999
using SparseArrays:
100100
SparseArrays, AbstractSparseMatrix, SparseMatrixCSC, nnz, sparse, spdiagm
101-
using Test: @testset, @test
101+
using Test: @testset, @test, @test_throws
102102

103103
"""
104104
FIRST_ORDER = [:pushforward, :pullback, :derivative, :gradient, :jacobian]

0 commit comments

Comments
 (0)