mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-29 13:38:00 +00:00
parsing complex tests works modulo the contract addresses in calldata
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use serde::{Deserialize, de::Deserializer};
|
||||
use serde::Deserialize;
|
||||
|
||||
use crate::{input::Input, mode::Mode};
|
||||
|
||||
@@ -8,5 +8,4 @@ pub struct Case {
|
||||
pub comment: Option<String>,
|
||||
pub modes: Option<Vec<Mode>>,
|
||||
pub inputs: Vec<Input>,
|
||||
pub expected: Vec<String>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user