summaryrefslogtreecommitdiffstats
path: root/tests/test_or_purity.out
Commit message (Collapse)AuthorAgeFilesLines
* tests: Split test cases into separate filesTavian Barnes2022-10-191-0/+0
|
* Fix a couple terrible optimizer bugsTavian Barnes2017-07-211-0/+0
Just because an expression is always true or false, doesn't mean we can execute it more often than it otherwise would be, unless it's also pure. But that's equivalent to being identically -true/-false, so just check that.