Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(911)

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/ Created 12 years, 5 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/fixedbugs/bug367.dir/prog.go ('k') | test/fixedbugs/bug414.dir/p1.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
OLDNEW
« no previous file with comments | « test/fixedbugs/bug367.dir/prog.go ('k') | test/fixedbugs/bug414.dir/p1.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b