Fix tinysnark test

This commit is contained in:
Sean Bowe 2016-01-22 21:21:40 -07:00
parent d0b589749a
commit 5d49abcf62
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ impl FieldT {
#[cfg(test)]
pub fn debug_equal(&self, is: [u8; 32]) -> bool {
&FieldT(is) == self
&FieldT(is, []) == self
}
}