1
0
mirror of https://github.com/golang/go synced 2024-11-19 05:54:44 -07:00
go/misc/cgo/testcdefs
Ian Lance Taylor 709096f185 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
2014-08-31 22:59:43 -04:00
..
cdefstest.c
cdefstest.go misc/cgo/testcdefs: comment out test of packed structs 2014-08-31 22:59:43 -04:00
main.c misc/cgo/testcdefs: comment out test of packed structs 2014-08-31 22:59:43 -04:00
main.go
test.bash