diff options
Diffstat (limited to '')
-rw-r--r-- | tests/stackStack.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stackStack.nim b/tests/stackStack.nim index 8ff3e62..e00a624 100644 --- a/tests/stackStack.nim +++ b/tests/stackStack.nim @@ -148,4 +148,4 @@ suite "StackStack": check empty[].Pop() == 6 test "GetHeights": var empty = NewStackStack() - check empty[].GetHeights == (1, @[0]) + check empty[].GetHeights == @[0] |