aboutsummaryrefslogtreecommitdiff
path: root/test/stack.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-04-22 17:52:22 -0700
committerRuss Cox <rsc@golang.org>2010-04-22 17:52:22 -0700
commitc6138efbcb3c69eb22be0e09740b4e74e6eff552 (patch)
tree517171909ef7be7d91fcb865e558266aac65cc6d /test/stack.go
parent6e80a01ab748e16428f5911523a1ad153b220fb0 (diff)
downloadgo-c6138efbcb3c69eb22be0e09740b4e74e6eff552.tar.gz
go-c6138efbcb3c69eb22be0e09740b4e74e6eff552.zip
runtime: closures, defer bug fix for Native Client
Enable package tests for Native Client build. R=r CC=golang-dev https://golang.org/cl/957042
Diffstat (limited to 'test/stack.go')
-rw-r--r--test/stack.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stack.go b/test/stack.go
index 168830f70a..816b555a4c 100644
--- a/test/stack.go
+++ b/test/stack.go
@@ -68,5 +68,5 @@ func main() {
for i := 0; i < len(t); i++ {
t[i] = 1
}
- recur(10000)
+ recur(8000)
}