Skip to content

Commit a444b7f

Browse files
authored
fix the syntax error in runtests.jl (#286)
1 parent c50b762 commit a444b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const bwd = Diffractor.PrimeDerivativeBack
1414
@testset verbose=true "Diffractor.jl" begin # overall testset, ensures all tests run
1515

1616
@testset "$file" for file in (
17-
"extra_rules.jl"
17+
"extra_rules.jl",
1818
"stage2_fwd.jl",
1919
"tangent.jl",
2020
"forward_diff_no_inf.jl",

0 commit comments

Comments
 (0)