diff options
Diffstat (limited to 'tests/params')
-rw-r--r-- | tests/params/params.toc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/params/params.toc b/tests/params/params.toc index 1946739..4d37cf1 100644 --- a/tests/params/params.toc +++ b/tests/params/params.toc @@ -11,7 +11,7 @@ puti ::= fn(x: int) { extern int printf(const char *fmt, ...); #endif "); - #C("printf(\"%ld\\n\", x)"); + #C("printf(\"%ld\\n\", x);"); }; |