commit | 3079b3c68e8c7f7017d2dd1a7085552740ac94a5 | [log] [tgz] |
---|---|---|
author | Keun Soo Yim <yim@google.com> | Tue Jan 24 17:58:43 2017 -0800 |
committer | Keun Soo Yim <yim@google.com> | Tue Jan 24 18:00:59 2017 -0800 |
tree | 4b938811b482720d435e60af3749608ad808050c | |
parent | 17f3c1c44567fb2ce355effef86973ea814ff50c [diff] |
use the default binder/passthrough mode in vts tests Test: mma Change-Id: I9146d599c623aae1196fcf7e37b7b2715796c748
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); }