aboutsummaryrefslogtreecommitdiff
path: root/test/cmplxdivide.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2012-03-07 01:54:39 -0500
committerRuss Cox <rsc@golang.org>2012-03-07 01:54:39 -0500
commit105c5fa666fd29967a8818d3ccbc455722274496 (patch)
tree636279ea5bd5d017b1c727d5db961e472f7512d7 /test/cmplxdivide.go
parent5aee1f3a0facf301230609008a61618a44cf4363 (diff)
downloadgo-105c5fa666fd29967a8818d3ccbc455722274496.tar.gz
go-105c5fa666fd29967a8818d3ccbc455722274496.zip
test: invoke go command in run.go
Lets us run multifile tests and tests with arguments. R=golang-dev, r CC=golang-dev https://golang.org/cl/5753068
Diffstat (limited to 'test/cmplxdivide.go')
-rw-r--r--test/cmplxdivide.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmplxdivide.go b/test/cmplxdivide.go
index 461ee9796e..92a98356d0 100644
--- a/test/cmplxdivide.go
+++ b/test/cmplxdivide.go
@@ -1,4 +1,4 @@
-// $G $D/$F.go $D/cmplxdivide1.go && $L $D/$F.$A && ./$A.out
+// run cmplxdivide1.go
// Copyright 2010 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style