makes travis OSX green again

This commit is contained in:
Araq
2019-06-19 09:46:28 +02:00
parent 7c637c2faf
commit 79a23fe805

View File

@@ -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 &