sync stdlib from honey
This commit is contained in:
@@ -7,7 +7,6 @@ handles_append test {
|
||||
|
||||
try append(&list, 42)
|
||||
|
||||
try testing.expect_type(usize, list.items.len)
|
||||
try testing.expect_equal(1, list.items.len)
|
||||
try testing.expect_equal(42, list.items[0])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user