From 1bf69dfbb3225ba3b647a710520d9aa052833d6f Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 16 May 2009 23:12:28 -0700 Subject: Don't bother to import "os" just so that we can call os.Exit(0) at the end of main. R=rsc DELTA=6 (0 added, 6 deleted, 0 changed) OCL=28967 CL=28969 --- test/235.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/235.go') 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); } -- cgit v1.2.1