]> Cypherpunks repositories - gostls13.git/commitdiff
test/fixedbugs: Close opening parenthesis in comment in issue20789.go
authorGabríel Arthúr Pétursson <gabriel@system.is>
Mon, 26 Jun 2017 23:54:04 +0000 (23:54 +0000)
committerRobert Griesemer <gri@golang.org>
Tue, 27 Jun 2017 00:01:20 +0000 (00:01 +0000)
Updates #20789

Change-Id: Ic7a94394e283bc1b667cdad999ceee9513f35e37
Reviewed-on: https://go-review.googlesource.com/46770
Reviewed-by: Robert Griesemer <gri@golang.org>
test/fixedbugs/issue20789.go

index abc7725ca011dab69c36b7695052ff23dc5a01d8..82aec965ede64dff77ff04718b78495e0a32c262 100644 (file)
@@ -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