aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/test/endpoint_codec_test.cc
diff options
context:
space:
mode:
authorGravatar Jeff McGlynn <jwmcglynn@google.com>2018-08-07 19:03:06 -0700
committerGravatar Jeff McGlynn <jwmcglynn@google.com>2018-08-07 19:17:01 -0700
commitd16f2f6c3c7c2f899fde35782e1ee978877bb14b (patch)
tree877265e53f23c6898638daeb36bb4c41e2a05847 /src/decoder/test/endpoint_codec_test.cc
parent6b50058889099e4287f683b97a86ca74607172c4 (diff)
Fix build errors when used by the Android Emulator
In the Android Emulator, there are two main differences: 1) googletest is the shared version 1.8.0, instead of the later commit used by astc-codec (to get bazel support). 2) Unit tests are all linked together into one binary, so one function needs to be marked "static".
Diffstat (limited to 'src/decoder/test/endpoint_codec_test.cc')
-rw-r--r--src/decoder/test/endpoint_codec_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/decoder/test/endpoint_codec_test.cc b/src/decoder/test/endpoint_codec_test.cc
index f2fef54..de7d9ca 100644
--- a/src/decoder/test/endpoint_codec_test.cc
+++ b/src/decoder/test/endpoint_codec_test.cc
@@ -35,7 +35,6 @@ using ::testing::Eq;
using ::testing::Ge;
using ::testing::Le;
using ::testing::Ne;
-using ::testing::Optional;
using ::testing::Pointwise;
using ::testing::SizeIs;
using ::testing::Pair;