Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Unified Diff: common/parallel/parallel_test.go

Issue 1249933002: Move multierror logic into luci-go. (Closed) Base URL: https://github.com/luci/luci-go@add_mathrand
Patch Set: rename Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« common/errors/multierror.go ('K') | « common/errors/multierror_test.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common/parallel/parallel_test.go
diff --git a/common/parallel/parallel_test.go b/common/parallel/parallel_test.go
index 10a8514dfde95cbaffe2acd1ee00ab3e4b9e6c8a..653f5b8e2a5f8e76abf7d0ac4a383c38f9496df4 100644
--- a/common/parallel/parallel_test.go
+++ b/common/parallel/parallel_test.go
@@ -22,6 +22,6 @@ func ExampleFanOutIn() {
}
})
- fmt.Printf("got: %s", err)
- // Output: got: ["20 is over 10"]
+ fmt.Printf("got: %q", err)
+ // Output: got: "20 is over 10"
}
« common/errors/multierror.go ('K') | « common/errors/multierror_test.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698