]> Cypherpunks repositories - gostls13.git/commitdiff
test: fix run.bash by spelling out the commands to use for bug424.go
authorIan Lance Taylor <iant@golang.org>
Thu, 22 Mar 2012 19:48:41 +0000 (12:48 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 22 Mar 2012 19:48:41 +0000 (12:48 -0700)
R=golang-dev, gri, iant
CC=golang-dev
https://golang.org/cl/5882046

test/fixedbugs/bug424.go
test/golden.out

index c401af0b1df3a20c506585d938b477d30f300fc3..42cff54d45ca05d747667d95db52b9c844ee35c1 100644 (file)
@@ -1,4 +1,4 @@
-// run
+// $G $D/$F.dir/lib.go && $G $D/$F.go && $L $F.$A && ./$A.out
 
 // Copyright 2012 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
@@ -11,7 +11,7 @@
 
 package main
 
-import "./bug424.dir"
+import "./lib"
 import "reflect"
 import "fmt"
 
index b7d759450cf108739659b9e9e5bfe1d84f3fd31f..764f561969dd6b19531478f40309fe2eac036b6d 100644 (file)
@@ -17,8 +17,5 @@
 
 == bugs/
 
-=========== bugs/424.go
-BUG: myT3: lib.T.m called
-
 =========== bugs/bug395.go
 bug395 is broken