summaryrefslogtreecommitdiff
path: root/test/cpp
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2018-06-08 03:37:55 +0000
committerJames E. King III <jking@apache.org>2018-06-16 19:16:04 +0000
commitf5f430df56871bc937950274b2c86681d3db6e59 (patch)
treea9f6f1258ea16a51915dd18799af3230d36d1630 /test/cpp
parentb5471f63cb4bb8e3b00835a9ca9e48ff76a3bb51 (diff)
downloadthrift-f5f430df56871bc937950274b2c86681d3db6e59.tar.gz
THRIFT-4579: Move up to Ubuntu Bionic for CI builds
make dlang library compatible with openssl-1.1 for Ubuntu Bionic Requires an upstream deimos update to be compatible.
Diffstat (limited to 'test/cpp')
-rw-r--r--test/cpp/src/TestClient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/src/TestClient.cpp b/test/cpp/src/TestClient.cpp
index 9544a4a69..87bb0283a 100644
--- a/test/cpp/src/TestClient.cpp
+++ b/test/cpp/src/TestClient.cpp
@@ -946,7 +946,7 @@ int main(int argc, char** argv) {
failed = true;
} else {
map<Numberz::type, Insanity>::const_iterator it26 = it2->second.find(Numberz::SIX);
- if (it26 == it1->second.end() || it26->second != Insanity()) {
+ if (it26 == it2->second.end() || it26->second != Insanity()) {
failed = true;
}
}