mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
assert empty
This commit is contained in:
parent
064ff239f3
commit
87c958da3b
1 changed files with 1 additions and 0 deletions
|
@ -566,6 +566,7 @@ mod tests {
|
|||
fn test_zero_size() {
|
||||
let ll: LinkedList<u32, Max, U0> = LinkedList::new();
|
||||
|
||||
assert!(ll.is_empty());
|
||||
assert!(ll.is_full());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue