From e25a5ce120673835a7e6c92bf0d88f44a61e9079 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Fri, 25 Feb 2022 14:31:32 -0500 Subject: [PATCH] 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 --- test/{live_syscall.go => live_uintptrkeepalive.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{live_syscall.go => live_uintptrkeepalive.go} (100%) 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 -- 2.48.1