Skip to content

Commit

Permalink
fix the syntax error in runtests.jl (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk authored Mar 23, 2024
1 parent c50b762 commit a444b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const bwd = Diffractor.PrimeDerivativeBack
@testset verbose=true "Diffractor.jl" begin # overall testset, ensures all tests run

@testset "$file" for file in (
"extra_rules.jl"
"extra_rules.jl",
"stage2_fwd.jl",
"tangent.jl",
"forward_diff_no_inf.jl",
Expand Down

0 comments on commit a444b7f

Please sign in to comment.