commit | 00f03ce59eb0a1dcb941befc28265f8a96e1b26b | [log] [tgz] |
---|---|---|
author | Keun Soo Yim <yim@google.com> | Wed Jan 25 04:27:10 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jan 25 04:27:10 2017 +0000 |
tree | 4b938811b482720d435e60af3749608ad808050c | |
parent | 846d643af69d08add914a3908660fae23d47f3bf [diff] | |
parent | 5594ca35af221c55ae73403aebac9c3140c3e9ad [diff] |
use the default binder/passthrough mode in vts tests am: 3079b3c68e am: 9af3e139e2 am: 5594ca35af Change-Id: Ie004e69235ab61dd86b1b2af4117c51f280039da
diff --git a/ir/1.0/vts/functional/ir_hidl_hal_test.cpp b/ir/1.0/vts/functional/ir_hidl_hal_test.cpp index 57d0b73..08c7974 100644 --- a/ir/1.0/vts/functional/ir_hidl_hal_test.cpp +++ b/ir/1.0/vts/functional/ir_hidl_hal_test.cpp
@@ -34,7 +34,7 @@ class ConsumerIrHidlTest : public ::testing::Test { public: virtual void SetUp() override { - ir = IConsumerIr::getService(false); + ir = IConsumerIr::getService(); ASSERT_NE(ir, nullptr); }