We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87b9a5 commit 0e51c99Copy full SHA for 0e51c99
1 file changed
test/interface.jl
@@ -21,7 +21,7 @@ using Test
21
@test length(dataset) == 10
22
@test all(x -> length(x.x) == 5, dataset)
23
24
- struct DummyDynamicBenchmark <: AbstractDynamicBenchmark end
+ struct DummyDynamicBenchmark <: AbstractDynamicBenchmark{true} end
25
db = DummyDynamicBenchmark()
26
@test_throws ErrorException compute_gap(db)
27
end
0 commit comments