@@ -118,5 +118,6 @@ mod tests {
let tag = BootLoaderNameTag::new(MSG);
let bytes = tag.struct_as_bytes();
assert_eq!(bytes, get_bytes());
+ assert_eq!(tag.name(), Ok(MSG));
}
@@ -127,5 +127,6 @@ mod tests {
let tag = CommandLineTag::new(MSG);
+ assert_eq!(tag.cmdline(), Ok(MSG));
@@ -173,5 +173,6 @@ mod tests {
let tag = ModuleTag::new(0, 0, MSG);