mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-07-21 12:45:45 +00:00
the node interaction interface
Signed-off-by: xermicus <bigcyrill@hotmail.com>
This commit is contained in:
@@ -34,7 +34,6 @@ impl SolidityCompiler for Solc {
|
||||
serde_json::to_writer(stdin, input)?;
|
||||
|
||||
let output = child.wait_with_output()?.stdout;
|
||||
|
||||
Ok(serde_json::from_slice(&output)?)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user