From 536cade5f39469c06cde88f08094add7b64e249f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Fuhrmann?= Date: Wed, 11 Dec 2024 23:12:14 +0100 Subject: [PATCH] format --- test/test_inplacelu.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_inplacelu.jl b/test/test_inplacelu.jl index 35532aa9c..9e32b0f52 100644 --- a/test/test_inplacelu.jl +++ b/test/test_inplacelu.jl @@ -143,7 +143,7 @@ const Dual64 = ForwardDiff.Dual{Float64, Float64, 1} function runtests() # Check if Dual64 is fully parametrized @test isbitstype(Dual64) - + # first precompile to avoid allocations during precompilation inplacelu_nopiv_marray(10, Float64) inplacelu_nopiv_stridearray(10, Float64) @@ -172,7 +172,7 @@ function runtests() @test m3 == 0 m4 = @allocated inplacelu_piv_stridearray(10, Dual64) - if VERSION