From 107744e94c4e62272962eba9195bc14a7eb69a09 Mon Sep 17 00:00:00 2001 From: "Bryan C. Mills" Date: Wed, 13 Sep 2017 17:21:07 -0400 Subject: 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 --- misc/cgo/errors/errors_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'misc/cgo/errors/errors_test.go') diff --git a/misc/cgo/errors/errors_test.go b/misc/cgo/errors/errors_test.go index e2b91063a6..d2e833c52c 100644 --- a/misc/cgo/errors/errors_test.go +++ b/misc/cgo/errors/errors_test.go @@ -114,6 +114,7 @@ func TestReportsTypeErrors(t *testing.T) { "issue11097b.go", "issue13129.go", "issue13423.go", + "issue13467.go", "issue13635.go", "issue13830.go", "issue16116.go", -- cgit v1.3-5-g9baa