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

This commit is contained in:
Kamil Śliwak 2023-05-24 14:26:52 +02:00
parent 4a1dbdaedb
commit b24e4fcbfa
6 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
--optimize-yul --no-optimize-yul

View File

@ -0,0 +1,2 @@
// SPDX-License-Identifier: GPL-3.0
pragma solidity *;

View File

@ -0,0 +1 @@
--strict-assembly --optimize-yul --no-optimize-yul

View File

@ -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.