mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-13 08:11:03 +00:00
Update naming
This commit is contained in:
@@ -399,7 +399,7 @@ impl EvmVersionRequirement {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn new_less_or_equals_than(version: EVMVersion) -> Self {
|
pub fn new_less_than_or_equals(version: EVMVersion) -> Self {
|
||||||
Self {
|
Self {
|
||||||
ordering: Ordering::Less,
|
ordering: Ordering::Less,
|
||||||
or_equal: true,
|
or_equal: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user