summary refs log tree commit diff stats
path: root/tests/arc/t19231.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #19231; newFinalize doesn't work with ORC (#20291)ringabout2022-10-051-0/+18
* fixes #19231; newFinalize doesn't work with ORC first make it pass tests * remove the tables dep creates a binding for finalized procs in order to handle the same symbols. It used to wrongly generat a new symbol id for the same symbol as the encountered one before * refactor and revert #14257 * de indentation * fixes tests; uses instantiated types