From ed78afcd7ef83f7b5f4ba8177de2a10a2492beaa Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Wed, 7 Aug 2024 11:23:30 +0100 Subject: [PATCH] Update multests.jl --- test/multests.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/multests.jl b/test/multests.jl index eb6e65a3..1735adaf 100644 --- a/test/multests.jl +++ b/test/multests.jl @@ -1193,6 +1193,8 @@ end @test LazyArrays.simplifiable(*, E, b) == Val(true) @test LazyArrays.simplifiable(*, E, D) == Val(true) @test LazyArrays.simplifiable(*, D, E) == Val(true) + @test LazyArrays.simplifiable(*, D, D) == Val(true) + @test LazyArrays.simplifiable(*, E, E) == Val(true) end end