diff options
Diffstat (limited to 'test/build/protobuf.cc')
-rw-r--r-- | test/build/protobuf.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/build/protobuf.cc b/test/build/protobuf.cc index bac33ad727..49cd8e8365 100644 --- a/test/build/protobuf.cc +++ b/test/build/protobuf.cc @@ -38,6 +38,4 @@ bool protobuf_test(const google::protobuf::MethodDescriptor *method) { return method->client_streaming() || method->server_streaming(); } -int main() { - return 0; -} +int main() { return 0; } |