summaryrefslogtreecommitdiff
path: root/tests/params/params.toc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/params/params.toc')
-rw-r--r--tests/params/params.toc2
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);");
};