summaryrefslogtreecommitdiff
path: root/test/235.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-01-16 14:58:14 -0800
committerRuss Cox <rsc@golang.org>2009-01-16 14:58:14 -0800
commit38bb503bdb1595572fbb012cca1e531d6c780fb3 (patch)
tree321251a8cd180ad7856af54e8e531850d0735fb0 /test/235.go
parent203878acc122be539a344540573267a7bcde29e0 (diff)
downloadgo-38bb503bdb1595572fbb012cca1e531d6c780fb3.tar.gz
casify, cleanup sys
R=r OCL=22978 CL=22984
Diffstat (limited to 'test/235.go')
-rw-r--r--test/235.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/235.go b/test/235.go
index 9db10175d..e24106dd0 100644
--- a/test/235.go
+++ b/test/235.go
@@ -65,5 +65,5 @@ func main() {
x = min(xs);
if x != OUT[i] { panic("bad: ", x, " should be ", OUT[i]); }
}
- sys.exit(0);
+ sys.Exit(0);
}