Skip to content

Commit 33b6e6a

Browse files
committed
force target to C for macosx
1 parent f7d6f57 commit 33b6e6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testament/categories.nim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ proc debuggerTests(r: var TResults, cat: Category, options: string) =
262262
if fileExists("tools/nimgrep.nim"):
263263
var t = makeTest("tools/nimgrep", options & " --debugger:on", cat)
264264
t.spec.action = actionCompile
265+
# force target to C because of MacOS 10.15 clang++ bug (see #15612)
266+
t.spec.targets = { targetC }
265267
testSpec r, t
266268

267269
# ------------------------- JS tests ------------------------------------------

0 commit comments

Comments
 (0)