Skip to content

Commit

Permalink
Ref #14094 - disable hot code reloading tests on NetBSD (#15458)
Browse files Browse the repository at this point in the history
  • Loading branch information
euantorano authored Oct 2, 2020
1 parent 6e32a9e commit f785174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/dll/nimhcr_integration.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
discard """
disabled: "openbsd"
disabled: "netbsd"
disabled: "macosx"
output: '''
main: HELLO!
Expand Down
1 change: 1 addition & 0 deletions tests/dll/nimhcr_unit.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
discard """
disabled: "openbsd"
disabled: "netbsd"
output: '''
fastcall_proc implementation #1 10
11
Expand Down

0 comments on commit f785174

Please sign in to comment.