Add issue link to vec_shuffle/src/lib.rs

This commit is contained in:
Paul Hauner 2018-12-17 09:14:54 +11:00 committed by GitHub
parent 914760e19f
commit 5c3ee698a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,8 @@ mod tests {
use std::fs::File;
use std::io::prelude::*;
// TODO: update test vectors to use keccak instead of blake.
// https://github.com/sigp/lighthouse/issues/121
#[test]
#[should_panic]
fn test_shuffling() {