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