diff options
author | Euan <euantorano@users.noreply.github.com> | 2020-10-02 10:17:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-02 11:17:31 +0200 |
commit | f785174c6009969ab853e0e2ce28f68c8b961776 (patch) | |
tree | c449710c09a77e47f4de624b1208d28db739c84e | |
parent | 6e32a9e88c4f2a63a4645748e06a9ff51d384232 (diff) | |
download | Nim-f785174c6009969ab853e0e2ce28f68c8b961776.tar.gz |
Ref #14094 - disable hot code reloading tests on NetBSD (#15458)
-rw-r--r-- | tests/dll/nimhcr_integration.nim | 1 | ||||
-rw-r--r-- | tests/dll/nimhcr_unit.nim | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/dll/nimhcr_integration.nim b/tests/dll/nimhcr_integration.nim index f6c6d21bc..626502364 100644 --- a/tests/dll/nimhcr_integration.nim +++ b/tests/dll/nimhcr_integration.nim @@ -1,5 +1,6 @@ discard """ disabled: "openbsd" + disabled: "netbsd" disabled: "macosx" output: ''' main: HELLO! diff --git a/tests/dll/nimhcr_unit.nim b/tests/dll/nimhcr_unit.nim index 31f398258..0b924bdf7 100644 --- a/tests/dll/nimhcr_unit.nim +++ b/tests/dll/nimhcr_unit.nim @@ -1,5 +1,6 @@ discard """ disabled: "openbsd" +disabled: "netbsd" output: ''' fastcall_proc implementation #1 10 11 |