First pass integrated new mode bits

This commit is contained in:
James Wilson
2025-08-08 10:59:49 +01:00
parent 2d01045ad2
commit cfbb5eefff
3 changed files with 15 additions and 115 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ pub struct Metadata {
impl Metadata {
/// Returns the modes that we should test from this metadata.
pub fn test_modes(&self) -> Vec<Mode> {
pub fn solc_modes(&self) -> Vec<Mode> {
match &self.modes {
Some(modes) => Mode::from_parsed_modes(modes.iter()).collect(),
None => Mode::all().collect()