From: Gabríel Arthúr Pétursson Date: Mon, 26 Jun 2017 23:54:04 +0000 (+0000) Subject: test/fixedbugs: Close opening parenthesis in comment in issue20789.go X-Git-Tag: go1.9rc1~160 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=09899d9b91f56d57104e2b633a3f9849c7f26184;p=gostls13.git test/fixedbugs: Close opening parenthesis in comment in issue20789.go Updates #20789 Change-Id: Ic7a94394e283bc1b667cdad999ceee9513f35e37 Reviewed-on: https://go-review.googlesource.com/46770 Reviewed-by: Robert Griesemer --- diff --git a/test/fixedbugs/issue20789.go b/test/fixedbugs/issue20789.go index abc7725ca0..82aec965ed 100644 --- a/test/fixedbugs/issue20789.go +++ b/test/fixedbugs/issue20789.go @@ -7,7 +7,7 @@ // Make sure this doesn't crash the compiler. // (This test should be part of the internal/syntax // package, but we don't have a general test framework -// there yet, so put it here for now. See also #20800. +// there yet, so put it here for now. See also #20800.) package e func([<-chan<-[func u){go // ERROR "unexpected u", ERROR "must be function call" \ No newline at end of file