From a9a82b6757d487bde575f4db7cfc26fa4428e919 Mon Sep 17 00:00:00 2001 From: Chris Rackauckas Date: Thu, 24 Nov 2022 10:03:43 +0100 Subject: [PATCH] not necessarily non-allocating --- test/basictests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/basictests.jl b/test/basictests.jl index f89ba0ba2..e4ab88103 100644 --- a/test/basictests.jl +++ b/test/basictests.jl @@ -41,7 +41,7 @@ sol = benchmark_scalar(sf, csu0) @test (@ballocated benchmark_immutable(ff, cu0)) < 200 @test (@ballocated benchmark_mutable(ff, cu0)) < 200 -@test (@ballocated benchmark_scalar(sf, csu0)) == 0 +@test (@ballocated benchmark_scalar(sf, csu0)) < 400 # AD Tests using ForwardDiff