summaryrefslogtreecommitdiff
path: root/tests/language-feature/enums/enum-equality.slang.expected.txt
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.