mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #9309 from ethereum/fix-script-mismatched-docstrings-and-typos
Fix a few mismatched docstrings and a typo in scripts/
This commit is contained in:
commit
64be079a26
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# Bash script to execute the Solidity tests.
|
# Prints version of the Solidity compiler that the source code corresponds to.
|
||||||
#
|
#
|
||||||
# The documentation for solidity is hosted at:
|
# The documentation for solidity is hosted at:
|
||||||
#
|
#
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# Bash script to execute the Solidity tests.
|
# Bash script to execute the Solidity tests using the emscripten binary.
|
||||||
#
|
#
|
||||||
# The documentation for solidity is hosted at:
|
# The documentation for solidity is hosted at:
|
||||||
#
|
#
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# Bash script to determine the percantage of tests that are compilable via Yul.
|
# Bash script to determine the percentage of tests that are compilable via Yul.
|
||||||
#
|
#
|
||||||
# Usage:
|
# Usage:
|
||||||
# ./yul_coverage.sh [--no-stats] [--successful] [--internal-compiler-errors]
|
# ./yul_coverage.sh [--no-stats] [--successful] [--internal-compiler-errors]
|
||||||
|
Loading…
Reference in New Issue
Block a user