From 56913be6bb57f81dbbf7baf9cc9a0a2cd1a36493 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Tue, 9 Dec 2014 16:01:56 -0800 Subject: Removed obsolete benchmarks/ and examples/ directories. --- tests/bindings/googlepb/test_vs_proto2.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/bindings/googlepb/test_vs_proto2.cc') diff --git a/tests/bindings/googlepb/test_vs_proto2.cc b/tests/bindings/googlepb/test_vs_proto2.cc index 6787deb..c89339a 100644 --- a/tests/bindings/googlepb/test_vs_proto2.cc +++ b/tests/bindings/googlepb/test_vs_proto2.cc @@ -18,7 +18,7 @@ #include #include #include -#include "benchmarks/google_messages.pb.h" +#include "tests/google_messages.pb.h" #include "tests/upb_test.h" #include "upb/bindings/googlepb/bridge.h" #include "upb/def.h" @@ -27,14 +27,14 @@ #include "upb/pb/glue.h" #include "upb/pb/varint.int.h" -// Pull in string data from benchmarks/google_message{1,2}.dat +// Pull in string data from tests/google_message{1,2}.dat // (the .h files are generated with xxd). const unsigned char message1_data[] = { -#include "benchmarks/google_message1.h" +#include "tests/google_message1.h" }; const unsigned char message2_data[] = { -#include "benchmarks/google_message2.h" +#include "tests/google_message2.h" }; void compare_metadata(const google::protobuf::Descriptor* d, -- cgit v1.2.3