Skip to content

Commit

Permalink
tests: remove knownIssue from tfinally6.nim
Browse files Browse the repository at this point in the history
The test now runs correctly with the JavaScript backend.
  • Loading branch information
zerbina committed Nov 9, 2024
1 parent 772b7ff commit 4f42454
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/exception/tfinally6.nim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ discard """
Multiple tests regarding ``finally`` interaction with exception handlers
and raised exceptions.
'''
knownIssue.js: "The current exception is not properly cleared"
"""

var steps: seq[int]
Expand Down

0 comments on commit 4f42454

Please sign in to comment.