Skip to content

Commit

Permalink
Update multests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty committed Aug 7, 2024
1 parent 35c188c commit ed78afc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/multests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ed78afc

Please sign in to comment.