mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Renamed the --julia CLI option to --yul
This commit is contained in:
@@ -148,7 +148,7 @@ rm -rf "$TMPDIR"
|
||||
|
||||
printTask "Testing assemble, yul, strict-assembly..."
|
||||
echo '{}' | "$SOLC" - --assemble &>/dev/null
|
||||
echo '{}' | "$SOLC" - --julia &>/dev/null
|
||||
echo '{}' | "$SOLC" - --yul &>/dev/null
|
||||
echo '{}' | "$SOLC" - --strict-assembly &>/dev/null
|
||||
|
||||
printTask "Testing standard input..."
|
||||
|
||||
Reference in New Issue
Block a user