diff options
author | Araq <rumpf_a@web.de> | 2015-08-10 02:50:15 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-08-14 02:19:32 +0200 |
commit | 2f721f0d9928a4ae25b2f2b3761d8861a13e877d (patch) | |
tree | 9e3c7b62e3778395a20cb2388df599df6516b153 /tests/parallel | |
parent | 40f764683033e0374fe02850474c5c8a439fb6bb (diff) | |
download | Nim-2f721f0d9928a4ae25b2f2b3761d8861a13e877d.tar.gz |
'parallel' now requires --experimental mode
Diffstat (limited to 'tests/parallel')
-rw-r--r-- | tests/parallel/nim.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/parallel/nim.cfg b/tests/parallel/nim.cfg index b81c89721..d0d2a9305 100644 --- a/tests/parallel/nim.cfg +++ b/tests/parallel/nim.cfg @@ -1 +1,2 @@ threads:on +--experimental |