summaryrefslogtreecommitdiff
path: root/test/ken/cplx1.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-03-02 18:53:25 -0800
committerRuss Cox <rsc@golang.org>2010-03-02 18:53:25 -0800
commit3554d6de85401c614fdceadb398345536567529e (patch)
tree05a19965da22d831a79806a4678cbd7aa66f1fe7 /test/ken/cplx1.go
parent3c9570d20599b41655a2b35712d35afa94fe5ac8 (diff)
downloadgo-3554d6de85401c614fdceadb398345536567529e.tar.gz
test: fix 386 build (missing complex)
R=ken2 CC=golang-dev http://codereview.appspot.com/223106
Diffstat (limited to 'test/ken/cplx1.go')
-rw-r--r--test/ken/cplx1.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ken/cplx1.go b/test/ken/cplx1.go
index 4686a4e52..d2953fc26 100644
--- a/test/ken/cplx1.go
+++ b/test/ken/cplx1.go
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// [ $GOARCH != amd64 ] || ($G $D/$F.go && $L $F.$A && ./$A.out)
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style