mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 08:54:53 +00:00
tnimblepathdollarfail.nim -> tests/nimble/tnimblepathdollar_fault to reduce false positives when searching for fail in CI logs (#14450)
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
discard """
|
||||
errmsg: "cannot open file: pkgA/module"
|
||||
"""
|
||||
|
||||
# see nims file; comment out `switch("noNimblePath")` there and there would be no error
|
||||
|
||||
import pkgA/module as A
|
||||
import pkgB/module as B
|
||||
import pkgC/module as C
|
||||
Reference in New Issue
Block a user