Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty committed Oct 2, 2023
1 parent f3e1d7f commit be18d45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Calculus", "DiffTests", "SparseArrays", "StaticArrays", "Test", "InteractiveUtils"]
test = ["AbstractFFTs", "Calculus", "DiffTests", "FFTW", "SparseArrays", "StaticArrays", "Test", "InteractiveUtils"]
1 change: 1 addition & 0 deletions test/ComplexTest.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module ComplexTest
using ForwardDiff, Test
using ForwardDiff: Dual

@testset "complex dual" begin
x = Dual(1., 2., 3.) + im*Dual(4.,5.,6.)
Expand Down

0 comments on commit be18d45

Please sign in to comment.