diff options
Diffstat (limited to 'testament/testament.nim')
-rw-r--r-- | testament/testament.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testament/testament.nim b/testament/testament.nim index cf76cd971..da686a0c3 100644 --- a/testament/testament.nim +++ b/testament/testament.nim @@ -558,6 +558,10 @@ const disabledFilesDefault = @[ "setimpl.nim", "hashcommon.nim", + # Requires compiling with '--threads:on` + "sharedlist.nim", + "sharedtables.nim", + # Error: undeclared identifier: 'hasThreadSupport' "ioselectors_epoll.nim", "ioselectors_kqueue.nim", |