Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonProtter committed Nov 11, 2023
1 parent 29b375f commit 9401ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testintegration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ testpath = pwd()
scratch = tempdir()
cd(scratch)

if VERSION >= 1.9
if VERSION >= v"1.9"
# Bumper uses PackageExtensions to work with StaticCompiler, so let's just skip this test on 1.8
function bumper_test(N::Int)
buf = AllocBuffer(MallocVector, sizeof(Float64) * N)
Expand Down

0 comments on commit 9401ecb

Please sign in to comment.