From de88fdb86e8df63c657a191d73999890ec712b93 Mon Sep 17 00:00:00 2001 From: narimiran Date: Wed, 19 Jun 2019 15:53:42 +0200 Subject: [PATCH] Revert "makes travis OSX green again" This reverts commit 79a23fe80564e87ad08e283fcf32a6600b0059b7. --- testament/categories.nim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testament/categories.nim b/testament/categories.nim index 2f653e0e55..3db90d15f1 100644 --- a/testament/categories.nim +++ b/testament/categories.nim @@ -194,8 +194,7 @@ proc gcTests(r: var TResults, cat: Category, options: string) = " -d:release --gc:markAndSweep", cat) template test(filename: untyped) = testWithoutBoehm filename - # XXX Once travis OSX supports boehm again, re-enable this: - when not defined(windows) and not defined(android) and not defined(macosx): + when not defined(windows) and not defined(android): # AR: cannot find any boehm.dll on the net, right now, so disabled # for windows: testSpec r, makeTest("tests/gc" / filename, options &