summaryrefslogtreecommitdiff
path: root/test/ken/cplx4.go
diff options
context:
space:
mode:
authorKen Thompson <ken@golang.org>2010-03-09 12:49:24 -0800
committerKen Thompson <ken@golang.org>2010-03-09 12:49:24 -0800
commitf229c8b5468887b535d52be58e1798b9df8a60a2 (patch)
tree5d59867e5850705826f48be2a368da99960af389 /test/ken/cplx4.go
parent5b1a196c37d7191d1e20aab0d24dfc436117f29a (diff)
downloadgo-git-f229c8b5468887b535d52be58e1798b9df8a60a2.tar.gz
identical complex implementation
for 6g and 8g. can also be used for 5g. 5g is still a stub. R=rsc CC=golang-dev https://golang.org/cl/362041
Diffstat (limited to 'test/ken/cplx4.go')
-rw-r--r--test/ken/cplx4.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ken/cplx4.go b/test/ken/cplx4.go
index d29a1c80c1..34577a21e1 100644
--- a/test/ken/cplx4.go
+++ b/test/ken/cplx4.go
@@ -1,6 +1,6 @@
-// true
+// $G $D/$F.go && $L $F.$A && ./$A.out
-// Copyright 2009 The Go Authors. All rights reserved.
+// Copyright 2010 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.