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

Unified Diff: common/flag/stringsetflag/stringsetflag_test.go

Issue 2107283002: kitchen: add -python-path (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: rebased Created 4 years, 6 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
« no previous file with comments | « common/flag/stringlistflag/stringlistflag_test.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common/flag/stringsetflag/stringsetflag_test.go
diff --git a/common/flag/stringsetflag/stringsetflag_test.go b/common/flag/stringsetflag/stringsetflag_test.go
index c14fe585b0338af03e6e48889838c517a36dca91..da1e375c8db0a96172352ee5d980f683a8766762 100644
--- a/common/flag/stringsetflag/stringsetflag_test.go
+++ b/common/flag/stringsetflag/stringsetflag_test.go
@@ -10,8 +10,7 @@ import (
"os"
)
-// Example demonstrates how to use flagenum to create bindings for a custom
-// type.
+// Example demonstrates how to use stringlistflag.
func Example() {
sset := Flag{}
« no previous file with comments | « common/flag/stringlistflag/stringlistflag_test.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698