Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Dec 12, 2024
1 parent edf7801 commit 536cade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_inplacelu.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -172,7 +172,7 @@ function runtests()
@test m3 == 0

m4 = @allocated inplacelu_piv_stridearray(10, Dual64)
if VERSION<v"1.11.999"
if VERSION < v"1.11.999"
@test m4 == 0
else
@test_broken m4 == 0
Expand Down

0 comments on commit 536cade

Please sign in to comment.