summaryrefslogtreecommitdiff
path: root/test/golden.out
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-12-13 16:22:19 -0500
committerRuss Cox <rsc@golang.org>2010-12-13 16:22:19 -0500
commit4711131f3e16d470e2b029f22647fabcd82c75b6 (patch)
tree40b36f07e2914394f36a604add78729f3c496623 /test/golden.out
parent4377a8cccc4e51eff9c35d78fbcdb26cd6efafa1 (diff)
downloadgo-4711131f3e16d470e2b029f22647fabcd82c75b6.tar.gz
gc: align structs according to max alignment of fields
cc: same runtime: test cc alignment (required moving #define of offsetof to runtime.h) fix bug260 Fixes issue 482. Fixes issue 609. R=ken2, r CC=golang-dev http://codereview.appspot.com/3563042
Diffstat (limited to 'test/golden.out')
-rw-r--r--test/golden.out4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/golden.out b/test/golden.out
index 49bca4b87..e587912a4 100644
--- a/test/golden.out
+++ b/test/golden.out
@@ -173,7 +173,3 @@ panic: interface conversion: interface is main.T, not main.T
panic PC=xxx
== bugs/
-
-=========== bugs/bug260.go
-FAIL
-BUG: bug260 failed