summaryrefslogtreecommitdiffstats
path: root/tests/language-feature/enums/enum-equality.slang.expected.txt
Commit message (Collapse)AuthorAge
* Add != operator for enum types (#1394)Tim Foley2020-06-17
This was an oversight in the stdlib, and the `!=` definition follows the `==` in a straightforward fashion.