Skip to content

Commit

Permalink
test: fix 386 build (missing complex)
Browse files Browse the repository at this point in the history
R=ken2
CC=golang-dev
https://golang.org/cl/223106
  • Loading branch information
rsc committed Mar 3, 2010
1 parent 7d4b1e4 commit 486d9eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
6 changes: 0 additions & 6 deletions test/golden.out
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions test/ken/cplx0.go
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion test/ken/cplx1.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/ken/cplx2.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 486d9eb

Please sign in to comment.