From 90258ce448962e431f820e4ecae860fdbd4976d3 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Mon, 18 Nov 2024 09:58:41 +1300 Subject: [PATCH] Update --- test/broadcast.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/broadcast.jl b/test/broadcast.jl index b66500a..524bbe2 100644 --- a/test/broadcast.jl +++ b/test/broadcast.jl @@ -30,7 +30,7 @@ end @test x == 4 @test y == 5 # FIXME This should not allocate but I couldn't figure out where these - # 240 come from. + # allocations come from. alloc_test_le(() -> MA.broadcast!!(+, a, b), 288) alloc_test(() -> MA.broadcast!!(+, a, c), 0) end