]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testcdefs: comment out test of packed structs
authorIan Lance Taylor <iant@golang.org>
Mon, 1 Sep 2014 02:59:43 +0000 (22:59 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 1 Sep 2014 02:59:43 +0000 (22:59 -0400)
commit709096f185e8ca00693e189cb41ae7f893812721
tree56f3b2e5ac24ef9ddeb0733ad7ea45c90e6231e6
parent0bb14d74f1550dca916251ddb6e1703f95be7325
misc/cgo/testcdefs: comment out test of packed structs

The [568]c compilers no longer support packed structs, so
using them with -cdefs no longer works.  Just commenting out
the test, rather than removing it, in case this needs to be
handled.  It may be that -cdefs can go away entirely in the
future, in which case so can this directory.

LGTM=mdempsky
R=rsc, mdempsky
CC=golang-codereviews
https://golang.org/cl/136030043
misc/cgo/testcdefs/cdefstest.go
misc/cgo/testcdefs/main.c