summaryrefslogtreecommitdiff
path: root/tests/wgsl/associativity.slang
AgeCommit message (Collapse)Author
2025-02-06Uncomment a previously failing test case (#6303)Anders Leino
This case now parses after the following PR was merged. https://github.com/shader-slang/slang/pull/6281 Co-authored-by: Yong He <yonghe@outlook.com>
2025-01-10Add exhaustive associativity test for WGSL (#6056)Anders Leino
This closes #6005.