summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAlan Donovan <adonovan@google.com>2014-10-30 14:08:55 -0400
committerAlan Donovan <adonovan@google.com>2014-10-30 14:08:55 -0400
commit0375ab2ae2109aab33c6a6204c98cd374dadddd8 (patch)
tree6d40d45aceb9a1478b93d358c17c26f46ca6cbcf /misc
parent453d54bea44562b2b3a1d3831f28edab994a4fde (diff)
downloadgo-0375ab2ae2109aab33c6a6204c98cd374dadddd8.tar.gz
misc/cgo/test: fix bad C test code that fails on some configurations
LGTM=rsc R=rsc CC=golang-codereviews https://codereview.appspot.com/169800043
Diffstat (limited to 'misc')
-rw-r--r--misc/cgo/test/issue9026.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/cgo/test/issue9026.go b/misc/cgo/test/issue9026.go
index b17440452..b5d975f17 100644
--- a/misc/cgo/test/issue9026.go
+++ b/misc/cgo/test/issue9026.go
@@ -5,7 +5,7 @@ typedef struct {} git_merge_file_input;
typedef struct {} git_merge_file_options;
-int git_merge_file(
+void git_merge_file(
git_merge_file_input *in,
git_merge_file_options *opts) {}
*/