Files
librustzcash/zcash_primitives/src/lib.rs
2018-08-28 22:24:14 +01:00

8 lines
95 B
Rust

#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}