mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
soltest.sh: Fix typo in a comment
This commit is contained in:
parent
60ba3b307f
commit
fd66f13dc0
@ -46,7 +46,7 @@ source "${REPODIR}/scripts/common.sh"
|
||||
# Test result output directory (CircleCI is reading test results from here)
|
||||
mkdir -p test_results
|
||||
|
||||
# in case we run with ASAN enabled, we must increase stck size.
|
||||
# in case we run with ASAN enabled, we must increase stack size.
|
||||
ulimit -s 16384
|
||||
|
||||
get_logfile_basename() {
|
||||
|
Loading…
Reference in New Issue
Block a user