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