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 e1eb8ac commit 496bfe0Copy full SHA for 496bfe0
test/runtests.jl
@@ -36,5 +36,5 @@ took_seconds = @elapsed include("SerializationTests.jl")
36
println("done (took ", took_seconds, " seconds)")
37
38
print("Testing custom benchmarking...")
39
-took_seconds = @elapsed include("customizableBenchmarkTests.jl")
+took_seconds = @elapsed include("CustomizableBenchmarkTests.jl")
40
0 commit comments