From 530927e08a22badb201d65f44ef9c95b620e5ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=B6hrmann?= Date: Mon, 29 Jan 2018 22:57:54 +0100 Subject: [PATCH] runtime: improve test file naming MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The runtime builtin functions that are tested in append_test.go are defined in slice.go. Renaming the test file to slice_test.go makes this relation explicit with a common file name prefix. Change-Id: I2f89ec23a6077fe6b80d2161efc760df828c8cd4 Reviewed-on: https://go-review.googlesource.com/90655 Run-TryBot: Martin Möhrmann TryBot-Result: Gobot Gobot Reviewed-by: Keith Randall --- src/runtime/{append_test.go => slice_test.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/runtime/{append_test.go => slice_test.go} (100%) diff --git a/src/runtime/append_test.go b/src/runtime/slice_test.go similarity index 100% rename from src/runtime/append_test.go rename to src/runtime/slice_test.go