summaryrefslogtreecommitdiff
path: root/test/235.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/235.go')
-rw-r--r--test/235.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/235.go b/test/235.go
index b8621cc7e..fe3024c61 100644
--- a/test/235.go
+++ b/test/235.go
@@ -6,8 +6,6 @@
package main
-import "os"
-
type T chan uint64;
func M(f uint64) (in, out T) {
@@ -67,5 +65,4 @@ func main() {
x = min(xs);
if x != OUT[i] { panic("bad: ", x, " should be ", OUT[i]); }
}
- os.Exit(0);
}