test: fix 386 build (missing complex)

R=ken2
CC=golang-dev
https://golang.org/cl/223106
This commit is contained in:
Russ Cox 2010-03-02 18:53:25 -08:00
parent 7d4b1e4c0d
commit 486d9eb48e
4 changed files with 4 additions and 8 deletions

View file

@ -56,12 +56,6 @@ Hello World!
== ken/
=========== ken/cplx0.go
(+5.000000e+000,+6.000000e+000i)
(+5.000000e+000,+6.000000e+000i)
(+5.000000e+000,+6.000000e+000i)
(+5.000000e+000,+6.000000e+000i)
=========== ken/intervar.go
print 1 bio 2 file 3 -- abc

View file

@ -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.

View file

@ -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

View file

@ -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