mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-02 11:12:37 +00:00
* 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
9 lines
203 B
Nim
9 lines
203 B
Nim
discard """
|
|
errormsg: "module names need to be unique per Nimble package"
|
|
file: "tnotuniquename/mnotuniquename.nim"
|
|
disabled: "true"
|
|
"""
|
|
|
|
import mnotuniquename
|
|
import tnotuniquename/mnotuniquename
|