summaryrefslogtreecommitdiffstats
path: root/tests/cpu-program/string-passing.slang.expected
Commit message (Collapse)AuthorAge
* Fix implicit string conversion breaking NativeStrings (#6035)Julius Ikkala2025-01-10
* Fix implicit string conversion breaking NativeStrings * Allow string literals to coerce to either string type * Add test for CPU string passing --------- Co-authored-by: Yong He <yonghe@outlook.com>