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

Unified Diff: test/fixedbugs/issue4252.go

Issue 6856126: code review 6856126: cmd/gc: do not export useless private symbols. (Closed)
Patch Set: diff -r 78ed3c237603 https://go.googlecode.com/hg/ Created 11 years, 3 months ago
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/cmd/gc/lex.c ('k') | test/fixedbugs/issue4252.dir/a.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/fixedbugs/issue4252.go
===================================================================
new file mode 100644
--- /dev/null
+++ b/test/fixedbugs/issue4252.go
@@ -0,0 +1,11 @@
+// rundir
+
+// Copyright 2012 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+// Issue 4252: tests that fixing the issue still allow
+// builtins to be redeclared and are not corrupted
+// in export data.
+
+package ignored
« no previous file with comments | « src/cmd/gc/lex.c ('k') | test/fixedbugs/issue4252.dir/a.go » ('j') | no next file with comments »

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