From: Michael Pratt Date: Fri, 25 Feb 2022 19:31:32 +0000 (-0500) Subject: test: rename live_syscall.go to live_uintptrkeepalive.go X-Git-Tag: go1.19beta1~602 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e25a5ce120673835a7e6c92bf0d88f44a61e9079;p=gostls13.git test: rename live_syscall.go to live_uintptrkeepalive.go CL 388095 will change this file significantly. Move it preemptively to ensure git tracks the move properly. For #51087 Change-Id: I1408aecf8675723041b64e54cf44cdec38cc655c Reviewed-on: https://go-review.googlesource.com/c/go/+/388094 Run-TryBot: Michael Pratt Reviewed-by: Matthew Dempsky Reviewed-by: David Chase TryBot-Result: Gopher Robot --- diff --git a/test/live_syscall.go b/test/live_uintptrkeepalive.go similarity index 100% rename from test/live_syscall.go rename to test/live_uintptrkeepalive.go