Fix test_framework tests trying to implement function on foreign type.
This commit is contained in:
@@ -12,6 +12,7 @@ authors = [
|
||||
"KtorZ <matthias.benkort@gmail.com>",
|
||||
]
|
||||
rust-version = "1.66.1"
|
||||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
blst = "0.3.11"
|
||||
|
||||
@@ -274,7 +274,7 @@ impl PropertyTest {
|
||||
})
|
||||
}
|
||||
|
||||
fn run_n_times<'a>(
|
||||
pub fn run_n_times<'a>(
|
||||
&'a self,
|
||||
remaining: &mut usize,
|
||||
initial_prng: Prng,
|
||||
@@ -617,7 +617,7 @@ impl<'a> Counterexample<'a> {
|
||||
/// - Sorting chunks in ascending order
|
||||
/// - Swapping nearby pairs
|
||||
/// - Redistributing values between nearby pairs
|
||||
fn simplify(&mut self) {
|
||||
pub fn simplify(&mut self) {
|
||||
let mut prev;
|
||||
|
||||
loop {
|
||||
|
||||
Reference in New Issue
Block a user