summaryrefslogtreecommitdiff
path: root/test/escape2.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2012-01-10 20:08:53 -0800
committerRuss Cox <rsc@golang.org>2012-01-10 20:08:53 -0800
commitbfb538b0a2b1bb27f33919723f37c29d15935ff9 (patch)
treef3e5d6c01632f9972fa98283b1104d4d84b0626f /test/escape2.go
parent630157c45e5f36dd293a8b580b03e65a59932d14 (diff)
downloadgo-bfb538b0a2b1bb27f33919723f37c29d15935ff9.tar.gz
gc: enable inlining by default
R=lvd, r CC=golang-dev http://codereview.appspot.com/5531058
Diffstat (limited to 'test/escape2.go')
-rw-r--r--test/escape2.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/escape2.go b/test/escape2.go
index e4d5084c7..c2cbefbe6 100644
--- a/test/escape2.go
+++ b/test/escape2.go
@@ -1,4 +1,4 @@
-// errchk -0 $G -m $D/$F.go
+// errchk -0 $G -m -l $D/$F.go
// Copyright 2010 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style