We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d51640 commit f9bec73Copy full SHA for f9bec73
test/runtests.jl
@@ -3,6 +3,6 @@ using OrdinaryDiffEq, ParameterizedFunctions,
3
using Base.Test
4
5
tic()
6
-@time @testset "Utils Tests" begin include("utils_test.jl.jl") end
+@time @testset "Utils Tests" begin include("utils_test.jl") end
7
@time @testset "Partitions Tests" begin include("partitions_test.jl") end
8
toc()
0 commit comments