commit | 5594ca35af221c55ae73403aebac9c3140c3e9ad | [log] [tgz] |
---|---|---|
author | Keun Soo Yim <yim@google.com> | Wed Jan 25 04:25:09 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jan 25 04:25:09 2017 +0000 |
tree | 4b938811b482720d435e60af3749608ad808050c | |
parent | cf21f92a2a692bc6e811abcf61c14d08ea7594d0 [diff] | |
parent | 9af3e139e2a916cf75b4a3d5e422a8a3657311dd [diff] |
use the default binder/passthrough mode in vts tests am: 3079b3c68e am: 9af3e139e2 Change-Id: Icc0e947ed456e3aaa049726fe07d16620f226e9b
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); }