Skip to content

Commit

Permalink
fixes JS tests (#23479)
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout committed Apr 5, 2024
1 parent f175c81 commit 8c9fde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/js/tcodegendeclproc.nim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ discard """
-1
8
'''
ccodecheck: "'console.log(-1); function fac_' \\d+ '(n_' \\d+ ')'"
ccodecheck: "'console.log(-1); function fac__tcodegendeclproc_u1(n_p0)'"
"""
proc fac(n: int): int {.codegenDecl: "console.log(-1); function $2($3)".} =
return n
Expand Down

0 comments on commit 8c9fde7

Please sign in to comment.