Skip to content

Commit 5036058

Browse files
committed
Format
1 parent ff4fc43 commit 5036058

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/CustomisableBenchmarkTests.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ end
2222

2323
@testset "Disabled custom benchmarking" begin
2424
x[] = 0
25-
res = @benchmark nothing setup_prehook = setup_prehook prehook = prehook posthook = posthook sample_result =
26-
sample_result teardown_posthook = teardown_posthook run_customisable_func_only = false
25+
res = @benchmark nothing setup_prehook = setup_prehook prehook = prehook posthook =
26+
posthook sample_result = sample_result teardown_posthook = teardown_posthook run_customisable_func_only =
27+
false
2728
@test res.customisable_result === nothing
2829
@test !res.customisable_result_for_every_sample
2930
end

0 commit comments

Comments
 (0)