try again

This commit is contained in:
Andrew Kelley 2023-09-14 21:07:17 -07:00
parent 8278722e57
commit c89a20741a

View File

@ -43,7 +43,6 @@ echo '```' >>"$OUT"
$HOME/local/bin/poop \
"build-base/stage3/bin/zig build-exe test/standalone/hello_world/hello.zig" \
"build-new/stage3/bin/zig build-exe test/standalone/hello_world/hello.zig" \
>> build-new/perf.txt
"build-new/stage3/bin/zig build-exe test/standalone/hello_world/hello.zig" >>"$OUT"
echo '```' >>"$OUT"