Skip to content

Commit

Permalink
use GH syntax to reference issues
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroshade authored Oct 25, 2024
1 parent 128b3fe commit a6d184a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/memory/memory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@ func TestSetNoClobberFramePointer(t *testing.T) {
memory.Set(b[:], 0xff)
// We should be able to safely frame pointer unwind after calling this
// function. The arm64 assembly implementation used to clobber the
// frame pointer. See #150
// frame pointer. See GH-150
tools.FPUnwind()
}

0 comments on commit a6d184a

Please sign in to comment.