summary refs log tree commit diff stats
path: root/tests/deprecated/importme.nim
Commit message (Collapse)AuthorAgeFilesLines
* More robust handling of deprecated pragmas (#8696)LemonBoy2018-08-211-0/+10
Prevent `deprecated` annotations to "slip" up to the parent module and warn about unsupported annotations. Accidentally fixes #7867