summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug302.go
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2012-01-30 10:30:46 -0800
committerRob Pike <r@golang.org>2012-01-30 10:30:46 -0800
commitecda169625b19604934ce9c2e56cfb7a0488427b (patch)
tree45b9b95ee9c3c8ff40068fe405d023a5122b675f /test/fixedbugs/bug302.go
parentd80fc66ee2678a827c7b2f97f514af426d74c3e1 (diff)
downloadgo-ecda169625b19604934ce9c2e56cfb7a0488427b.tar.gz
gopack: rename pack, move to go-tool directory
R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/5598045
Diffstat (limited to 'test/fixedbugs/bug302.go')
-rw-r--r--test/fixedbugs/bug302.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug302.go b/test/fixedbugs/bug302.go
index e9edb94ac..65a91f588 100644
--- a/test/fixedbugs/bug302.go
+++ b/test/fixedbugs/bug302.go
@@ -1,4 +1,4 @@
-// $G $D/bug302.dir/p.go && gopack grc pp.a p.$A && $G $D/bug302.dir/main.go
+// $G $D/bug302.dir/p.go && "$GOROOT"/bin/go-tool/pack grc pp.a p.$A && $G $D/bug302.dir/main.go
// Copyright 2010 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style