summary refs log tree commit diff stats
path: root/tests/pragmas/thintprocessing.nim
Commit message (Expand)AuthorAgeFilesLines
* fix #16693: testament spec nimout too lax (#16698)flywind2021-04-041-0/+18
from ./m1 {.all.} as m2 import nil
doAssert not compiles(foo1)
doAssert m2.foo1 == 2