summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/class-keyword.slang.expected
Commit message (Collapse)AuthorAge
* Disable `class` keyword to define a new type (#2212)jsmall-nvidia2022-04-28
* #include an absolute path didn't work - because paths were taken to always be relative. * Disable class keyword. * Add class keyword test. * Fix test diagnostic.