]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: improve test file naming
authorMartin Möhrmann <moehrmann@google.com>
Mon, 29 Jan 2018 21:57:54 +0000 (22:57 +0100)
committerMartin Möhrmann <moehrmann@google.com>
Thu, 15 Feb 2018 08:56:58 +0000 (08:56 +0000)
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 <moehrmann@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/slice_test.go [moved from src/runtime/append_test.go with 100% similarity]