Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ClientCrash committed Oct 7, 2021
1 parent 85e1271 commit d5c4900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Peregrine/run_tests_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pwd
for file in *
do
echo $file ...
../peregrine compile $file -emit-c
../../peregrine compile $file -emit-c
gcc temp.c -o output.o
if test -f "output.o";then
chmod +x ./output.o
Expand Down

0 comments on commit d5c4900

Please sign in to comment.