]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/nosplit.go
all: merge dev.garbage (d1238958d4ae) into default branch
[gostls13.git] / test / nosplit.go
index d90cb9e4d761a62ffa11121e434a32ffe8260690..93fb133ebb075988bba0f8ee2c896662bf47ffe1 100644 (file)
@@ -268,11 +268,11 @@ TestCases:
                                name := m[1]
                                size, _ := strconv.Atoi(m[2])
 
-                               // The limit was originally 128 but is now 384.
+                               // The limit was originally 128 but is now 512.
                                // Instead of rewriting the test cases above, adjust
                                // the first stack frame to use up the extra 32 bytes.
                                if i == 0 {
-                                       size += 384 - 128
+                                       size += 512 - 128
                                }
 
                                if size%ptrSize == 4 {