diff options
Diffstat (limited to 'gcc/testsuite/go.test/test/chan/nonblock.go')
-rw-r--r-- | gcc/testsuite/go.test/test/chan/nonblock.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/go.test/test/chan/nonblock.go b/gcc/testsuite/go.test/test/chan/nonblock.go index 33afb329165..9addf12e99a 100644 --- a/gcc/testsuite/go.test/test/chan/nonblock.go +++ b/gcc/testsuite/go.test/test/chan/nonblock.go @@ -279,5 +279,4 @@ func main() { <-sync } } - print("PASS\n") } |