Skip to content

Commit b24af84

Browse files
authored
Fix test failure.
1 parent 4d748fb commit b24af84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/core/initialization.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ end
185185

186186
## allocations
187187

188-
let broken = VERSION >= v"1.11.3" && Base.JLOptions().code_coverage != 0
188+
let broken = v"1.11.3" <= VERSION < v"1.11.5" && Base.JLOptions().code_coverage != 0
189189
@test @allocated(current_context()) == 0 broken=broken
190190
@test @allocated(context()) == 0 broken=broken
191191
@test @allocated(stream()) == 0 broken=broken

0 commit comments

Comments
 (0)