From 22e4c38a9e949a3bd7eb44919c82ca571f9374cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Tue, 16 Apr 2024 18:20:00 +0200 Subject: [PATCH] Fix format --- test/matmul.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/matmul.jl b/test/matmul.jl index 94a0620..ea7a045 100644 --- a/test/matmul.jl +++ b/test/matmul.jl @@ -451,6 +451,7 @@ function test_array_sum(::Type{T}) where {T} alloc_test(() -> MA.add!!(y, z), 0) alloc_test(() -> MA.operate_to!(x, +, y, z), 0) alloc_test(() -> MA.add_to!!(x, y, z), 0) + return end @testset "Array sum" begin