diff options
-rw-r--r-- | nimsuggest/tester.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nimsuggest/tester.nim b/nimsuggest/tester.nim index f19cf5538..b62aa8783 100644 --- a/nimsuggest/tester.nim +++ b/nimsuggest/tester.nim @@ -338,6 +338,10 @@ proc main() = else: for x in walkFiles(tpath / "t*.nim"): echo "Test ", x + when defined(i386): + if x == "nimsuggest/tests/tmacro_highlight.nim": + echo "skipping" # workaround bug #17945 + continue let xx = expandFilename x when not defined(windows): # XXX Windows IO redirection seems bonkers: |