Skip to content

Commit

Permalink
Revert "Make config processing order test more robust" (nim-lang#16561)
Browse files Browse the repository at this point in the history
This reverts commit cf714c1.
  • Loading branch information
ringabout authored and mildred committed Jan 11, 2021
1 parent abff956 commit e5d41a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/misc/trunner.nim
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ sub/mmain.idx""", context
check execCmdEx(cmd) == ("witness\n", 0)

block: # config.nims, nim.cfg, hintConf, bug #16557
let cmd = fmt"{nim} r {defaultHintsOff} --hint:conf --skipParentCfg tests/newconfig/bar/mfoo.nim"
let cmd = fmt"{nim} r {defaultHintsOff} --hint:conf tests/newconfig/bar/mfoo.nim"
let (outp, exitCode) = execCmdEx(cmd, options = {poStdErrToStdOut})
doAssert exitCode == 0
let dir = getCurrentDir()
Expand Down

0 comments on commit e5d41a7

Please sign in to comment.