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

Delta Between Two Patch Sets: test/fixedbugs/bug382.dir/prog.go

Issue 6609051: code review 6609051: test: convert more tests to rundir/compiledir conventions (Closed)
Left Patch Set: Created 12 years, 6 months ago
Right Patch Set: diff -r 73c6ec305dcb https://go.googlecode.com/hg/ Created 12 years, 6 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:
Right: Side by side diff | Download
« no previous file with change/comment | « test/fixedbugs/bug382.go ('k') | test/fixedbugs/bug424.go » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 // $G $D/$F.dir/pkg.go && $G $D/$F.go || echo "Bug 382"
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 2011 The Go Authors. All rights reserved. 1 // Copyright 2011 The Go Authors. All rights reserved.
7 // Use of this source code is governed by a BSD-style 2 // Use of this source code is governed by a BSD-style
8 // license that can be found in the LICENSE file 3 // license that can be found in the LICENSE file
9 4
10 // Issue 2529 5 // Issue 2529
11 6
12 package main 7 package main
8
13 import "./pkg" 9 import "./pkg"
14 10
15 var x = pkg.E 11 var x = pkg.E
16 12
17 var fo = struct {F pkg.T}{F: x} 13 var fo = struct{ F pkg.T }{F: x}
LEFTRIGHT

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