summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2019-06-19 09:46:28 +0200
committerAraq <rumpf_a@web.de>2019-06-19 09:48:55 +0200
commit79a23fe80564e87ad08e283fcf32a6600b0059b7 (patch)
tree82af17ae0f36c2638ef98fc2cc8b04035008dc37 /testament
parent7c637c2faf2fdc096fb0788f3856c00bd9e164b0 (diff)
downloadNim-79a23fe80564e87ad08e283fcf32a6600b0059b7.tar.gz
makes travis OSX green again
Diffstat (limited to 'testament')
-rw-r--r--testament/categories.nim3
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 &