use the default binder/passthrough mode in vts tests

Test: mma
Change-Id: I9146d599c623aae1196fcf7e37b7b2715796c748
This commit is contained in:
Keun Soo Yim
2017-01-24 17:58:43 -08:00
parent 17f3c1c445
commit 3079b3c68e

View File

@@ -34,7 +34,7 @@ using ::android::sp;
class ConsumerIrHidlTest : public ::testing::Test {
public:
virtual void SetUp() override {
ir = IConsumerIr::getService(false);
ir = IConsumerIr::getService();
ASSERT_NE(ir, nullptr);
}