fix (tests): idk some minor return statement thing

This commit is contained in:
2022-08-21 18:34:01 +05:30
parent 0989dd90b7
commit a592500040

View File

@@ -107,7 +107,7 @@ test(){
echo echo
echo echo
echo "=== end of test ===" echo "=== end of test ==="
return ret return ${ret}
} }
if check_compilers; then if check_compilers; then