From c91960ff53330b6bdb2cf7dd2d619b1da25c7b42 Mon Sep 17 00:00:00 2001 From: Araq Date: Thu, 11 Jun 2026 08:56:45 +0200 Subject: [PATCH] test fixup --- tests/js/tcodegendeclproc.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/js/tcodegendeclproc.nim b/tests/js/tcodegendeclproc.nim index 33064bdf12..7ad2cfcee2 100644 --- a/tests/js/tcodegendeclproc.nim +++ b/tests/js/tcodegendeclproc.nim @@ -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