aboutsummaryrefslogtreecommitdiffhomepage
path: root/conformance/conformance_test_runner.cc
diff options
context:
space:
mode:
authorGravatar Josh Haberman <jhaberman@gmail.com>2015-04-16 12:50:39 -0700
committerGravatar Josh Haberman <jhaberman@gmail.com>2015-04-16 15:45:03 -0700
commit420f938bac63af49c00292c7c09eb0d237ce4e0b (patch)
treed3444aea518667293ee8392b06d70bc146d882e0 /conformance/conformance_test_runner.cc
parent4e63b52088ce409bbe43e4a37863d43b136143f0 (diff)
Added conformance test support for Java.
Change-Id: I4c81808e6ace77d2b5737a43417045321b0b10f0
Diffstat (limited to 'conformance/conformance_test_runner.cc')
-rw-r--r--conformance/conformance_test_runner.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/conformance/conformance_test_runner.cc b/conformance/conformance_test_runner.cc
index 21277700..ca5877bd 100644
--- a/conformance/conformance_test_runner.cc
+++ b/conformance/conformance_test_runner.cc
@@ -48,9 +48,9 @@
// Every test consists of a ConformanceRequest/ConformanceResponse
// request/reply pair. The protocol on the pipe is simply:
//
-// 1. tester sends 4-byte length N
+// 1. tester sends 4-byte length N (little endian)
// 2. tester sends N bytes representing a ConformanceRequest proto
-// 3. testee sends 4-byte length M
+// 3. testee sends 4-byte length M (little endian)
// 4. testee sends M bytes representing a ConformanceResponse proto
#include <errno.h>