]> Cypherpunks repositories - gostls13.git/commit
path: fix up bizarre test
authorRob Pike <r@golang.org>
Wed, 16 Mar 2016 02:28:32 +0000 (13:28 +1100)
committerRob Pike <r@golang.org>
Wed, 16 Mar 2016 03:59:03 +0000 (03:59 +0000)
commit55567d37e9c0543347239df69888f5f321fc9d08
treea92982f7575d84448c9bc1778e54ce3e3b37c594
parentcf08eadf9fbde7d992883d3382f4e353eebe53a9
path: fix up bizarre test

The Join test was doing something remarkable and unnecessary instead of
just using ... on a slice. Maybe it was an editing relic.

Fix it by deleting the monstrosity.

Change-Id: I5b90c6d539d334a9c27e57d26dacd831721cfcfe
Reviewed-on: https://go-review.googlesource.com/20727
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/path/path_test.go