diff options
author | narimiran <narimiran@disroot.org> | 2019-06-19 15:53:42 +0200 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2019-06-19 15:53:42 +0200 |
commit | de88fdb86e8df63c657a191d73999890ec712b93 (patch) | |
tree | b5c0e3c71a41f2770184505ce1f70c60fe0c5dd6 /testament | |
parent | ae5a4cea9849575d3cb437c5e9f0f1cb58cc5279 (diff) | |
download | Nim-de88fdb86e8df63c657a191d73999890ec712b93.tar.gz |
Revert "makes travis OSX green again"
This reverts commit 79a23fe80564e87ad08e283fcf32a6600b0059b7.
Diffstat (limited to 'testament')
-rw-r--r-- | testament/categories.nim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testament/categories.nim b/testament/categories.nim index 2f653e0e5..3db90d15f 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 & |