Skip to content

Commit 2a49077

Browse files
committed
Fix test.
1 parent b3a1a3a commit 2a49077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackinternal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func TestTrace(t *testing.T) {
5555

5656
cs := fh.labyrinth()
5757

58-
lines := []int{50, 41, 55}
58+
lines := []int{50, 41, 56}
5959

6060
for i, line := range lines {
6161
if got, want := cs[i].line(), line; got != want {

0 commit comments

Comments
 (0)