mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-15 16:01:02 +00:00
Fix tests
This commit is contained in:
@@ -510,11 +510,7 @@ pub struct ExportGenesisContext {
|
|||||||
|
|
||||||
impl Default for TestExecutionContext {
|
impl Default for TestExecutionContext {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self::parse_from([
|
Self::parse_from(["execution-context", "--test", "."])
|
||||||
"execution-context",
|
|
||||||
"--test",
|
|
||||||
"./resolc-compiler-tests/fixtures/solidity",
|
|
||||||
])
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -616,11 +612,7 @@ impl AsRef<IgnoreSuccessConfiguration> for TestExecutionContext {
|
|||||||
|
|
||||||
impl Default for BenchmarkingContext {
|
impl Default for BenchmarkingContext {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self::parse_from([
|
Self::parse_from(["benchmarking-context", "--test", "."])
|
||||||
"benchmarking-context",
|
|
||||||
"--test",
|
|
||||||
"./resolc-compiler-tests/fixtures/solidity",
|
|
||||||
])
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user