mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-30 03:14:25 +00:00
Fix failing SOS tests, add new failing tests
This commit is contained in:
@@ -16,7 +16,9 @@ fn vec_u16_round_trip() {
|
||||
|
||||
#[test]
|
||||
fn vec_of_vec_u16_round_trip() {
|
||||
// round_trip::<Vec<Vec<u16>>>(vec![]);
|
||||
round_trip::<Vec<Vec<u16>>>(vec![]);
|
||||
round_trip::<Vec<Vec<u16>>>(vec![vec![]]);
|
||||
// round_trip::<Vec<Vec<u16>>>(vec![vec![], vec![]]);
|
||||
round_trip::<Vec<Vec<u16>>>(vec![vec![], vec![]]);
|
||||
round_trip::<Vec<Vec<u16>>>(vec![vec![], vec![1, 2, 3]]);
|
||||
round_trip::<Vec<Vec<u16>>>(vec![vec![1, 2, 3], vec![1, 2, 3]]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user