Simplified some stack stack code
This commit is contained in:
parent
7ef2a61377
commit
9321586129
3 changed files with 6 additions and 6 deletions
|
@ -148,4 +148,4 @@ suite "StackStack":
|
|||
check empty[].Pop() == 6
|
||||
test "GetHeights":
|
||||
var empty = NewStackStack()
|
||||
check empty[].GetHeights == (1, @[0])
|
||||
check empty[].GetHeights == @[0]
|
||||
|
|
Reference in a new issue