Forgot to add the test file.

pull/508/head
Nicolas Noble 10 years ago
parent c70752af76
commit d2cfde74b9
  1. 10
      test/build/protobuf.cc

@ -0,0 +1,10 @@
#include <google/protobuf/descriptor.h>
#include <google/protobuf/descriptor.pb.h>
bool protobuf_test(const google::protobuf::MethodDescriptor *method) {
return method->client_streaming() || method->server_streaming();
}
int main() {
return 0;
}
Loading…
Cancel
Save