Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
Change-Id: I403b4ef8f3dd3e9d503c994c6a18b5cfb3a782c5
  • Loading branch information
qiulaidongfeng committed Sep 7, 2024
1 parent 914ade4 commit 23287db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/sizeof_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func TestSizeof(t *testing.T) {
_32bit uintptr // size on 32bit platforms
_64bit uintptr // size on 64bit platforms
}{
{runtime.G{}, 272, 432}, // g, but exported for testing
{runtime.G{}, 276, 440}, // g, but exported for testing
{runtime.Sudog{}, 56, 88}, // sudog, but exported for testing
}

Expand Down

0 comments on commit 23287db

Please sign in to comment.