mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 02:42:05 +00:00
* fixes #22065; do not search path for "./" * simplify * fixes * fixes * allow ".." * cleanup * add a test case * slightly modify the import * adds a changelog
5 lines
71 B
Nim
5 lines
71 B
Nim
discard """
|
|
errormsg: "cannot open file: ./sugar"
|
|
"""
|
|
|
|
import ./sugar |