Skip to content

Commit

Permalink
fixup! Tests for all input modes in CommandLineParser
Browse files Browse the repository at this point in the history
  • Loading branch information
cameel committed Jul 2, 2021
1 parent 4c6a7ca commit 4b148cb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/solc/CommandLineParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ BOOST_AUTO_TEST_CASE(cli_mode_options)
expectedOptions.allowedDirectories = {"/tmp", "/home", "project", "../contracts", "", "c", "/usr/lib"};
expectedOptions.ignoreMissingInputFiles = true;
expectedOptions.errorRecovery = (inputMode == InputMode::Compiler);
expectedOptions.evmVersion = EVMVersion::spuriousDragon();
expectedOptions.experimentalViaIR = true;
expectedOptions.revertStrings = RevertStrings::Strip;
expectedOptions.outputDir = "/tmp/out";
expectedOptions.overwriteFiles = true;
expectedOptions.evmVersion = EVMVersion::spuriousDragon();
Expand Down

0 comments on commit 4b148cb

Please sign in to comment.