Skip to content

Commit

Permalink
fix nim-lang#13999; nimhcr_integration.nim now works for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Dec 13, 2020
1 parent 1606b37 commit bb93edb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/dll/nimhcr_integration.nim
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
discard """
disabled: "openbsd"
disabled: "netbsd"
disabled: "macosx"
output: '''
main: HELLO!
main: hasAnyModuleChanged? true
Expand Down Expand Up @@ -100,6 +97,7 @@ proc compileReloadExecute() =
# binary triggers rebuilding itself here it shouldn't rebuild the main module -
# that would lead to replacing the main binary executable which is running!
let cmd = commandLineParams()[0..^1].join(" ").replace(" --forceBuild")
doAssert cmd.len > 0
let (stdout, exitcode) = execCmdEx(cmd)
if exitcode != 0:
echo "COMPILATION ERROR!"
Expand Down

0 comments on commit bb93edb

Please sign in to comment.