summaryrefslogtreecommitdiffstats
path: root/libgo/go/strings/example_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/strings/example_test.go')
-rw-r--r--libgo/go/strings/example_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/go/strings/example_test.go b/libgo/go/strings/example_test.go
index 11417107282..733caf5f2db 100644
--- a/libgo/go/strings/example_test.go
+++ b/libgo/go/strings/example_test.go
@@ -41,7 +41,6 @@ func ExampleContainsAny() {
func ExampleCount() {
fmt.Println(strings.Count("cheese", "e"))
fmt.Println(strings.Count("five", "")) // before & after each rune
-
// Output:
// 3
// 5
OpenPOWER on IntegriCloud