diff options
author | Araq <rumpf_a@web.de> | 2019-06-19 09:46:28 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2019-06-19 09:48:55 +0200 |
commit | 79a23fe80564e87ad08e283fcf32a6600b0059b7 (patch) | |
tree | 82af17ae0f36c2638ef98fc2cc8b04035008dc37 /testament | |
parent | 7c637c2faf2fdc096fb0788f3856c00bd9e164b0 (diff) | |
download | Nim-79a23fe80564e87ad08e283fcf32a6600b0059b7.tar.gz |
makes travis OSX green again
Diffstat (limited to 'testament')
-rw-r--r-- | testament/categories.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testament/categories.nim b/testament/categories.nim index 3db90d15f..2f653e0e5 100644 --- a/testament/categories.nim +++ b/testament/categories.nim @@ -194,7 +194,8 @@ proc gcTests(r: var TResults, cat: Category, options: string) = " -d:release --gc:markAndSweep", cat) template test(filename: untyped) = testWithoutBoehm filename - when not defined(windows) and not defined(android): + # XXX Once travis OSX supports boehm again, re-enable this: + when not defined(windows) and not defined(android) and not defined(macosx): # AR: cannot find any boehm.dll on the net, right now, so disabled # for windows: testSpec r, makeTest("tests/gc" / filename, options & |