aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sizeof_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/sizeof_test.go')
-rw-r--r--src/runtime/sizeof_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/sizeof_test.go b/src/runtime/sizeof_test.go
index d235d6a3f8..43aba98dce 100644
--- a/src/runtime/sizeof_test.go
+++ b/src/runtime/sizeof_test.go
@@ -20,7 +20,7 @@ func TestSizeof(t *testing.T) {
_32bit uintptr // size on 32bit platforms
_64bit uintptr // size on 64bit platforms
}{
- {runtime.G{}, 272, 440}, // g, but exported for testing
+ {runtime.G{}, 272, 432}, // g, but exported for testing
{runtime.Sudog{}, 56, 88}, // sudog, but exported for testing
}