From 9401ecbc5c44223f92a8d7639fbde58f2c1ffd9f Mon Sep 17 00:00:00 2001 From: Mason Protter Date: Sat, 11 Nov 2023 21:30:37 +0100 Subject: [PATCH] oops --- test/testintegration.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testintegration.jl b/test/testintegration.jl index 592352e..3422e63 100644 --- a/test/testintegration.jl +++ b/test/testintegration.jl @@ -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)