Renamed the --julia CLI option to --yul

This commit is contained in:
Alex Beregszaszi
2018-06-14 00:09:00 +01:00
parent 014bbc6c97
commit ba2a7294d8
3 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -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..."