We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4f637 commit f97e4a3Copy full SHA for f97e4a3
stackinternal_test.go
@@ -55,7 +55,7 @@ func TestTrace(t *testing.T) {
55
56
cs := fh.labyrinth()
57
58
- lines := []int{50, 41, 56}
+ lines := []int{51, 41, 56}
59
60
for i, line := range lines {
61
if got, want := cs[i].line(), line; got != want {
0 commit comments