Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zentrik committed Jun 21, 2024
1 parent e1eb8ac commit 496bfe0
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 @@ -36,5 +36,5 @@ took_seconds = @elapsed include("SerializationTests.jl")
println("done (took ", took_seconds, " seconds)")

print("Testing custom benchmarking...")
took_seconds = @elapsed include("customizableBenchmarkTests.jl")
took_seconds = @elapsed include("CustomizableBenchmarkTests.jl")
println("done (took ", took_seconds, " seconds)")

0 comments on commit 496bfe0

Please sign in to comment.