From 496bfe03a4f62f322d2f8e4a7bfbac7726b2269f Mon Sep 17 00:00:00 2001 From: Zentrik Date: Fri, 21 Jun 2024 11:13:30 +0100 Subject: [PATCH] Fix typo --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index d17203d0..82fd4c8f 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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)")