Actually validate the test

master
Bradlee Speice 2019-05-09 14:03:01 -04:00
parent 37ea0f5cc1
commit c108db095d
1 changed files with 2 additions and 0 deletions

View File

@ -76,4 +76,6 @@ fn basic_parse() {
let mut gp = Grandparent::default();
gp.read(&r, None, KStructUnit::parent_stack());
assert_eq!(gp.value[0], gp.parent.unwrap().child.unwrap().gp_value);
}