Commit a14ae445 authored by Alan Donovan's avatar Alan Donovan

misc/cgo/test: fix bad C test code that fails on some configurations

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/169800043
parent 09f6f05c
......@@ -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) {}
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment