diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2020-03-01 14:19:31 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2020-03-01 14:19:31 -0500 |
commit | 825c98523b8a03733579df33247ab87dae4e3408 (patch) | |
tree | 00d908bd7cc0b36607cf9e97ef6062336dbb5db8 /tests/params | |
parent | 88e7c92e76ce771e7a1efd4824060e3905194070 (diff) |
improved command line arguments for compiler (added -no-color)
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);"); }; |