Skip to content

Commit d8e41f7

Browse files
committed
address review: implement cropping in matches,...
1 parent 7af4451 commit d8e41f7

File tree

3 files changed

+283
-166
lines changed

3 files changed

+283
-166
lines changed

testament/categories.nim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +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)
265+
# force target to C because of MacOS 10.15 SDK headers bug
266+
# https://github.com/nim-lang/Nim/pull/15612#issuecomment-712471879
266267
t.spec.targets = { targetC }
267268
testSpec r, t
268269

0 commit comments

Comments
 (0)