summaryrefslogtreecommitdiff
path: root/test/ken/cplx0.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
commit16568244650f5a3179ad4c7865b507f290866e23 (patch)
tree05a19965da22d831a79806a4678cbd7aa66f1fe7 /test/ken/cplx0.go
parent4e71871f4b8f9da2666d48e2d02cd5d74caab9b1 (diff)
downloadgolang-16568244650f5a3179ad4c7865b507f290866e23.tar.gz
test: fix 386 build (missing complex)
R=ken2 CC=golang-dev http://codereview.appspot.com/223106
Diffstat (limited to 'test/ken/cplx0.go')
-rw-r--r--test/ken/cplx0.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ken/cplx0.go b/test/ken/cplx0.go
index cf78e5719..b9de2292b 100644
--- a/test/ken/cplx0.go
+++ b/test/ken/cplx0.go
@@ -1,3 +1,5 @@
+// true # disabled until 8g has complex
+
// $G $D/$F.go && $L $F.$A && ./$A.out
// Copyright 2009 The Go Authors. All rights reserved.