summaryrefslogtreecommitdiff
path: root/test/ken
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2009-10-13 22:48:03 -0700
committerRob Pike <r@golang.org>2009-10-13 22:48:03 -0700
commit2c39345e1b4e444891d5df9ddf1f0d90d44b19c3 (patch)
treed916e40185b8ab30a2cdd3457cdc82570e8e6995 /test/ken
parentc7fc91db2fd713c179011f82d002229b015112ea (diff)
downloadgo-2c39345e1b4e444891d5df9ddf1f0d90d44b19c3.tar.gz
write stack traces and panics to stderr
R=rsc DELTA=31 (5 added, 3 deleted, 23 changed) OCL=35700 CL=35700
Diffstat (limited to 'test/ken')
-rw-r--r--test/ken/complit.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ken/complit.go b/test/ken/complit.go
index f54da7b42..3132cf993 100644
--- a/test/ken/complit.go
+++ b/test/ken/complit.go
@@ -1,3 +1,5 @@
+// $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
// license that can be found in the LICENSE file.