From 09899d9b91f56d57104e2b633a3f9849c7f26184 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gabr=C3=ADel=20Arth=C3=BAr=20P=C3=A9tursson?= Date: Mon, 26 Jun 2017 23:54:04 +0000 Subject: [PATCH] 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 --- test/fixedbugs/issue20789.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0