1
0
mirror of https://github.com/golang/go synced 2024-10-03 20:21:22 -06:00
go/misc/cgo/errors/src
Bryan C. Mills 107744e94c misc/cgo/errors: test that the Go rune type is not identical to C.int
rune has a well-defined size, but C.int is implementation-specified.
Using one as the other should require an explicit conversion.

updates #13467

Change-Id: I53ab2478427dca790efdcc197f6b8d9fbfbd1847
Reviewed-on: https://go-review.googlesource.com/63730
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-09-14 02:24:39 +00:00
..
err1.go misc/cgo/errors: port test.bash to Go 2017-09-13 17:45:52 +00:00
err2.go misc/cgo/errors: port test.bash to Go 2017-09-13 17:45:52 +00:00
err3.go misc/cgo/errors: port test.bash to Go 2017-09-13 17:45:52 +00:00
err4.go misc/cgo/errors: port test.bash to Go 2017-09-13 17:45:52 +00:00
issue7757.go misc/cgo/errors: port test.bash to Go 2017-09-13 17:45:52 +00:00
issue8442.go misc/cgo/errors: port test.bash to Go 2017-09-13 17:45:52 +00:00
issue11097a.go misc/cgo/errors: port test.bash to Go 2017-09-13 17:45:52 +00:00
issue11097b.go misc/cgo/errors: port test.bash to Go 2017-09-13 17:45:52 +00:00
issue13129.go misc/cgo/errors: port test.bash to Go 2017-09-13 17:45:52 +00:00
issue13423.go misc/cgo/errors: port test.bash to Go 2017-09-13 17:45:52 +00:00
issue13467.go misc/cgo/errors: test that the Go rune type is not identical to C.int 2017-09-14 02:24:39 +00:00
issue13635.go misc/cgo/errors: port test.bash to Go 2017-09-13 17:45:52 +00:00
issue13830.go misc/cgo/errors: port test.bash to Go 2017-09-13 17:45:52 +00:00
issue14669.go misc/cgo/errors: port test.bash to Go 2017-09-13 17:45:52 +00:00
issue16116.go misc/cgo/errors: port test.bash to Go 2017-09-13 17:45:52 +00:00
issue16591.go misc/cgo/errors: port test.bash to Go 2017-09-13 17:45:52 +00:00
issue18452.go misc/cgo/errors: port test.bash to Go 2017-09-13 17:45:52 +00:00
issue18889.go misc/cgo/errors: port test.bash to Go 2017-09-13 17:45:52 +00:00
long_double_size.go misc/cgo/errors: port test.bash to Go 2017-09-13 17:45:52 +00:00
malloc.go misc/cgo/errors: port test.bash to Go 2017-09-13 17:45:52 +00:00