ef_tests: v0.6.3 passing, modulo known failures

This commit is contained in:
Michael Sproul
2019-06-12 15:47:32 +10:00
parent 88790e6abe
commit 9887f43047
11 changed files with 108 additions and 30 deletions

View File

@@ -24,7 +24,7 @@ impl BlsSetting {
Flexible => Ok(()),
Required if !cfg!(feature = "fake_crypto") => Ok(()),
Ignored if cfg!(feature = "fake_crypto") => Ok(()),
_ => Err(Error::Skipped),
_ => Err(Error::SkippedBls),
}
}
}