We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38af220 + 545ad66 commit cb20b95Copy full SHA for cb20b95
regression/contracts/chain.sh
@@ -19,6 +19,7 @@ else
19
$goto_cc -o "${name}.gb" "${name}.c"
20
fi
21
22
+rm -f "${name}-mod.gb"
23
$goto_instrument ${args} "${name}.gb" "${name}-mod.gb"
24
if [ ! -e "${name}-mod.gb" ] ; then
25
cp "$name.gb" "${name}-mod.gb"
regression/goto-instrument/chain.sh
0 commit comments