This commit is contained in:
debris 2015-12-01 19:20:48 +01:00
parent 449e468778
commit 665dfd622e
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ mod tests {
t.insert(&[0x81u8, 0x23], &[0x81u8, 0x23]); t.insert(&[0x81u8, 0x23], &[0x81u8, 0x23]);
println!("trie:"); println!("trie:");
println!("{:?}", t); println!("{:?}", t);
assert!(false); //assert!(false);
} }
#[test] #[test]