Command-line tests for --optimize-yul and --no-optimize-yul used together

This commit is contained in:
Kamil Śliwak
2023-05-24 15:53:29 +02:00
parent 4a1dbdaedb
commit b24e4fcbfa
6 changed files with 7 additions and 0 deletions
@@ -0,0 +1 @@
--optimize-yul --no-optimize-yul
@@ -0,0 +1,2 @@
// SPDX-License-Identifier: GPL-3.0
pragma solidity *;
@@ -0,0 +1 @@
--strict-assembly --optimize-yul --no-optimize-yul
@@ -0,0 +1 @@
The following options are invalid in assembly mode: --optimize-yul, --no-optimize-yul. Optimization is disabled by default and can be enabled with --optimize.