summaryrefslogtreecommitdiff
path: root/runv
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-11-17 00:05:35 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2019-11-17 00:05:35 -0500
commit673b993783f99bf4317215cf967d0db534112823 (patch)
tree386f7e9ef8bc20ab4f7e217a4c7d2ec17127d682 /runv
parent09af32ffade52ca84943d047db9e2dcecc4ca495 (diff)
moved constant param system to typing.
Diffstat (limited to 'runv')
-rwxr-xr-xrunv2
1 files changed, 1 insertions, 1 deletions
diff --git a/runv b/runv
index c9e5a58..b0a02f7 100755
--- a/runv
+++ b/runv
@@ -1,5 +1,5 @@
#!/bin/sh
-valgrind -q --track-origins=yes --error-exitcode=1 ./toc test.toc || exit 1
+valgrind -q --track-origins=yes --error-exitcode=1 --malloc-fill=0xcd ./toc test.toc || exit 1
if [ "$1" = "c" ]; then
gcc out.c && ./a.out
elif [ "$1" = "pc" ]; then