Skip to content

Commit

Permalink
Update nimsuggest/tests/terror_handling.nim
Browse files Browse the repository at this point in the history
Co-authored-by: zerbina <100542850+zerbina@users.noreply.github.com>
  • Loading branch information
bung87 and zerbina authored Oct 3, 2023
1 parent 7401600 commit 2387747
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nimsuggest/tests/terror_handling.nim
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Test ill formed AST will not causes crash and subsequent errors
# Ensure that AST not having the correct number of nodes doesn't cause
# crashes. This a regression test for `checkSonsMinLen` and
# `checkSonsLen` not aborting analysis.

import std/macros

Expand Down

0 comments on commit 2387747

Please sign in to comment.