summaryrefslogtreecommitdiff
path: root/test/lit/binary/bad-multivalue-block.test
Commit message (Collapse)AuthorAgeFilesLines
* Error on multivalue inputs that we do not handle (#5962)Alon Zakai2023-09-201-0/+16
Before in getType() we silently dropped the params of a signature type. Now we verify that it is none, or we error. Helps #5950