summaryrefslogtreecommitdiff
path: root/chan.go
diff options
context:
space:
mode:
Diffstat (limited to 'chan.go')
-rw-r--r--chan.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/chan.go b/chan.go
index 65c79ba..28f759c 100644
--- a/chan.go
+++ b/chan.go
@@ -22,6 +22,7 @@ func makeConc() {
func startTheThing(wg *conc.WaitGroup) {
wg.Go(func() {
log(debugNow, "startTheThing()")
+ panic("test conc.WaitGroup")
})
}