summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2018-09-06 13:29:46 -0700
committerJoshua Haberman <jhaberman@gmail.com>2018-09-06 13:29:46 -0700
commitba03d65a8f94b4146b6afc0e46238cfcb08da2d4 (patch)
tree442fa20b099fe97167a97e274647ed5832cd1226 /tests
parent1d4957a9a6c029b57343cb44014a4ccc039f0299 (diff)
Removed unused variable.
Diffstat (limited to 'tests')
-rw-r--r--tests/conformance_upb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conformance_upb.c b/tests/conformance_upb.c
index a2e1d7a..ccc8a94 100644
--- a/tests/conformance_upb.c
+++ b/tests/conformance_upb.c
@@ -141,7 +141,7 @@ bool DoTestIo() {
conformance_ConformanceResponse *response;
if (!CheckedRead(STDIN_FILENO, &input_size, sizeof(uint32_t))) {
- // EOF.
+ /* EOF. */
return false;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback