test fixup

This commit is contained in:
Araq
2026-06-11 08:56:45 +02:00
parent 0457ebc170
commit c91960ff53

View File

@@ -3,7 +3,7 @@ discard """
-1
8
'''
ccodecheck: "'console.log(-1); function fac__tcodegendeclproc_u1(n_p0)'"
ccodecheck: "'console.log(-1); function fac__tcodegendeclproc_u' \\d+ '(n_p0)'"
"""
proc fac(n: int): int {.codegenDecl: "console.log(-1); function $2($3)".} =
return n