summary refs log tree commit diff stats
path: root/tests/arc/tcstring.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fixed codegen for constant cstring with --gc:arc (#13326)Ico Doornekamp2020-02-041-0/+16
* Fixed codegen for constant cstring with --gc:arc, fixes #13321 * Added test for #13321