Skip to content

Commit ac2818c

Browse files
committed
enable arc
1 parent 96b763c commit ac2818c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

testament/categories.nim

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ proc dllTests(r: var TResults, cat: Category, options: string) =
9494
# dummy compile result:
9595
var c = initResults()
9696

97-
runBasicDLLTest c, r, cat, options
98-
runBasicDLLTest c, r, cat, options & " -d:release"
97+
runBasicDLLTest c, r, cat, options & " --gc:arc"
98+
runBasicDLLTest c, r, cat, options & " -d:release --gc:arc"
9999
when not defined(windows):
100100
# still cannot find a recent Windows version of boehm.dll:
101-
runBasicDLLTest c, r, cat, options & " --gc:boehm"
102-
runBasicDLLTest c, r, cat, options & " -d:release --gc:boehm"
101+
runBasicDLLTest c, r, cat, options & " --gc:boehm --threads:off"
102+
runBasicDLLTest c, r, cat, options & " -d:release --gc:boehm --threds:off"
103103

104104
# ------------------------------ GC tests -------------------------------------
105105

0 commit comments

Comments
 (0)