mirror of
https://github.com/golang/go
synced 2024-11-11 19:51:37 -07:00
test: fix 386 build (missing complex)
R=ken2 CC=golang-dev https://golang.org/cl/223106
This commit is contained in:
parent
7d4b1e4c0d
commit
486d9eb48e
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user