summaryrefslogtreecommitdiff
path: root/tests/language-feature/enums
AgeCommit message (Collapse)Author
2020-06-17Add != operator for enum types (#1394)Tim Foley
This was an oversight in the stdlib, and the `!=` definition follows the `==` in a straightforward fashion.