Files
Nim/tests/modules/tnotuniquename.nim
Andreas Rumpf 0121dda9ba remove the restriction that module names need to be unique per Nimble… (#11064)
* remove the restriction that module names need to be unique per Nimble package

* make tests green again

* use the 'response' linker file also on Unix in order to fix megatest
2019-04-20 15:19:02 +02:00

11 lines
132 B
Nim

discard """
output: '''nested
flat'''
"""
import mnotuniquename
import tnotuniquename_dir/mnotuniquename as nun
nested()
flat()