]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/test: remove redundant if statement
authorAndrew Bonventre <andybons@golang.org>
Sun, 28 Jan 2018 03:09:25 +0000 (22:09 -0500)
committerAndrew Bonventre <andybons@golang.org>
Tue, 13 Feb 2018 20:18:22 +0000 (20:18 +0000)
commit544d36514a8aaaa7309cc398e3e23c1c8fc5e3c8
tree091fed61dcf6fa98a510c8d3216c8b05ced23b91
parent1124fa300bfe92732765725d504b2711cc25008d
cmd/go/internal/test: remove redundant if statement

Just return the result of the function call as they are
both functionally equivalent.

Change-Id: Ia7847c9b018475051bf6f7a7c532b515bd68c024
Reviewed-on: https://go-review.googlesource.com/90375
Run-TryBot: Andrew Bonventre <andybons@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/internal/test/test.go