summary refs log tree commit diff stats
path: root/tests/effects/teffects10.nim
Commit message (Collapse)AuthorAgeFilesLines
* effects: exclude swap() from "indirect calls" assumption (#15504)Paul Tan2020-10-061-0/+12
swap() will never call any procs passed to it, and so it can be safely excluded from the "assume indirect calls are taken" effects tracking rule.