diff options
Diffstat (limited to 'testdata/cgo/out.txt')
-rw-r--r-- | testdata/cgo/out.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testdata/cgo/out.txt b/testdata/cgo/out.txt index 3088d4cb4..1d63f5e82 100644 --- a/testdata/cgo/out.txt +++ b/testdata/cgo/out.txt @@ -75,6 +75,8 @@ len(C.GoStringN(nil, 0)): 0 len(C.GoBytes(nil, 0)): 0 len(C.GoBytes(C.CBytes(nil),0)): 0 rountrip CBytes: hello +EINVAL: true +EAGAIN: true copied string: foobar CGo sqrt(3): +1.732051e+000 C sqrt(3): +1.732051e+000 |