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

Delta Between Two Patch Sets: test/fixedbugs/issue4252.go

Issue 6856126: code review 6856126: cmd/gc: do not export useless private symbols. (Closed)
Left Patch Set: diff -r 6ec24fe2e501 https://go.googlecode.com/hg/ Created 11 years, 4 months ago
Right Patch Set: diff -r 78ed3c237603 https://go.googlecode.com/hg/ Created 11 years, 3 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 | « src/cmd/gc/lex.c ('k') | test/fixedbugs/issue4252.dir/a.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 // rundir
2
3 // Copyright 2012 The Go Authors. All rights reserved.
4 // Use of this source code is governed by a BSD-style
5 // license that can be found in the LICENSE file.
6
7 // Issue 4252: tests that fixing the issue still allow
8 // builtins to be redeclared and are not corrupted
9 // in export data.
10
11 package ignored
LEFTRIGHT

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