Rename compiler to solc

This commit is contained in:
Sebastian Miasojed
2024-11-14 17:09:03 +01:00
parent 140545ea15
commit 881b88354c
13 changed files with 13 additions and 13 deletions
@@ -4,7 +4,7 @@
use std::collections::BTreeMap;
use crate::compiler::pipeline::Pipeline as SolcPipeline;
use crate::solc::pipeline::Pipeline as SolcPipeline;
#[test]
#[should_panic(expected = "The `CODECOPY` instruction is not supported")]