1
0
mirror of https://github.com/golang/go synced 2024-11-22 00:34:40 -07:00

test: fix run.bash by spelling out the commands to use for bug424.go

R=golang-dev, gri, iant
CC=golang-dev
https://golang.org/cl/5882046
This commit is contained in:
Ian Lance Taylor 2012-03-22 12:48:41 -07:00
parent 209b2e55f7
commit d12f1ff7ad
2 changed files with 2 additions and 5 deletions

View 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. // Copyright 2012 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
@ -11,7 +11,7 @@
package main package main
import "./bug424.dir" import "./lib"
import "reflect" import "reflect"
import "fmt" import "fmt"

View File

@ -17,8 +17,5 @@
== bugs/ == bugs/
=========== bugs/424.go
BUG: myT3: lib.T.m called
=========== bugs/bug395.go =========== bugs/bug395.go
bug395 is broken bug395 is broken