aboutsummaryrefslogtreecommitdiff
path: root/test/solitaire.go
diff options
context:
space:
mode:
authorRémy Oudompheng <oudomphe@phare.normalesup.org>2012-02-22 00:19:59 +0100
committerRémy Oudompheng <oudomphe@phare.normalesup.org>2012-02-22 00:19:59 +0100
commitfc3797a491ef01a61e8b3e9144ef28622a9efe06 (patch)
treeb335d537f019001a165961f97ccc12f4300dadfb /test/solitaire.go
parent9a26a7822eb54fc4d0316b4c57bf5b52124bfd92 (diff)
downloadgo-fc3797a491ef01a61e8b3e9144ef28622a9efe06.tar.gz
go-fc3797a491ef01a61e8b3e9144ef28622a9efe06.zip
test: use testlib in a few more cases.
R=golang-dev, rsc CC=golang-dev, remy https://golang.org/cl/5688057
Diffstat (limited to 'test/solitaire.go')
-rw-r--r--test/solitaire.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/solitaire.go b/test/solitaire.go
index 473a1d12d7..99c194f5bb 100644
--- a/test/solitaire.go
+++ b/test/solitaire.go
@@ -1,4 +1,6 @@
-// $G $F.go && $L $F.$A # don't run it - produces too much output
+// build
+
+// don't run it - produces too much output
// Copyright 2010 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style