Side by Side Diff: test/fixedbugs/bug414.go
Issue 6620070 :
code review 6620070: test: use rundir and errorcheckdir for a few more tests. (Closed)
Patch Set: diff -r cdb83cb72d03 https://go.googlecode.com/hg/
Use n/p to move between diff chunks;
N/P to move between comments.
Please Sign in to add in-line comments.
Jump to:
test/fixedbugs/bug083.go
test/fixedbugs/bug133.go
test/fixedbugs/bug160.go
test/fixedbugs/bug322.go
test/fixedbugs/bug324.go
test/fixedbugs/bug324.dir/prog.go
test/fixedbugs/bug367.go
test/fixedbugs/bug367.dir/prog.go
test/fixedbugs/bug414.go
test/fixedbugs/bug414.dir/p1.go
test/fixedbugs/bug414.dir/prog.go
test/run.go
OLD NEW
1 // $G $D/$F.dir/p1.go && $G $D/$F.dir/main.go && $L main.$A && ./$A.out 1 // rundir
2 2
3 // NOTE: This test is not run by 'run.go' and so not run by all.bash.
4 // To run this test you must use the ./run shell script.
5
6 // Copyright 2012 The Go Authors. All rights reserved. 3 // Copyright 2012 The Go Authors. All rights reserved.
7 // Use of this source code is governed by a BSD-style 4 // Use of this source code is governed by a BSD-style
8 // license that can be found in the LICENSE file. 5 // license that can be found in the LICENSE file.
9 6
7 // Issue 1743: test embedding of imported types with private methods.
8
10 package ignored 9 package ignored
OLD NEW