mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-28 22:28:00 +00:00
Update compilers to use interior caching
This commit is contained in:
@@ -19,7 +19,7 @@ async fn contracts_can_be_compiled_with_solc() {
|
||||
.unwrap()
|
||||
.with_source("./tests/assets/array_one_element/main.sol")
|
||||
.unwrap()
|
||||
.try_build(solc.as_ref())
|
||||
.try_build(&solc)
|
||||
.await;
|
||||
|
||||
// Assert
|
||||
@@ -60,7 +60,7 @@ async fn contracts_can_be_compiled_with_resolc() {
|
||||
.unwrap()
|
||||
.with_source("./tests/assets/array_one_element/main.sol")
|
||||
.unwrap()
|
||||
.try_build(resolc.as_ref())
|
||||
.try_build(&resolc)
|
||||
.await;
|
||||
|
||||
// Assert
|
||||
|
||||
Reference in New Issue
Block a user