mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-05 05:24:49 +00:00
fixes a regression that caused --import in a config file to break things
This commit is contained in:
2
tests/import_in_config/nim.cfg
Normal file
2
tests/import_in_config/nim.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
import = "other"
|
||||
path = "$projectDir"
|
||||
0
tests/import_in_config/other.nim
Normal file
0
tests/import_in_config/other.nim
Normal file
0
tests/import_in_config/tmain.nim
Normal file
0
tests/import_in_config/tmain.nim
Normal file
Reference in New Issue
Block a user