summaryrefslogtreecommitdiff
path: root/gcc/testsuite/go.test/test/chan/nonblock.go
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/go.test/test/chan/nonblock.go')
-rw-r--r--gcc/testsuite/go.test/test/chan/nonblock.go1
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")
}