summaryrefslogtreecommitdiff
path: root/tests/bindings
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2014-12-09 16:01:56 -0800
committerJosh Haberman <jhaberman@gmail.com>2014-12-09 16:01:56 -0800
commit56913be6bb57f81dbbf7baf9cc9a0a2cd1a36493 (patch)
treef4d1c17aef4e5d01578ba3fd3926ca863e2792f2 /tests/bindings
parent82be433d4188e0b3b992e463ad52ee148d3ad8de (diff)
Removed obsolete benchmarks/ and examples/ directories.
Diffstat (limited to 'tests/bindings')
-rw-r--r--tests/bindings/googlepb/test_vs_proto2.cc8
1 files changed, 4 insertions, 4 deletions
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 <stdint.h>
#include <stdio.h>
#include <stdlib.h>
-#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,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback