Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
486d9eb4
Commit
486d9eb4
authored
Mar 02, 2010
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: fix 386 build (missing complex)
R=ken2 CC=golang-dev
https://golang.org/cl/223106
parent
7d4b1e4c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
8 deletions
+4
-8
test/golden.out
test/golden.out
+0
-6
test/ken/cplx0.go
test/ken/cplx0.go
+2
-0
test/ken/cplx1.go
test/ken/cplx1.go
+1
-1
test/ken/cplx2.go
test/ken/cplx2.go
+1
-1
No files found.
test/golden.out
View file @
486d9eb4
...
...
@@ -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
...
...
test/ken/cplx0.go
View file @
486d9eb4
// true # disabled until 8g has complex
// $G $D/$F.go && $L $F.$A && ./$A.out
// Copyright 2009 The Go Authors. All rights reserved.
...
...
test/ken/cplx1.go
View file @
486d9eb4
//
$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
...
...
test/ken/cplx2.go
View file @
486d9eb4
//
$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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment