Skip to content

Commit 496bfe0

Browse files
committed
Fix typo
1 parent e1eb8ac commit 496bfe0

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
@@ -36,5 +36,5 @@ took_seconds = @elapsed include("SerializationTests.jl")
3636
println("done (took ", took_seconds, " seconds)")
3737

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

0 commit comments

Comments
 (0)