[roll] Roll fuchsia [input][hid] Remove unused client in test

When SetupInstanceDriver() is called, the helper would already move out
`ddk_.FidlClient()` into a FIDL sync client. Doing it a second time in
tests results in an invalid client that is also unused.

A subsequent LLCPP change would turn this pattern into a runtime error.
Hence removing them here first.

Test: fx test -vo fuchsia-pkg://fuchsia.com/hid-test#meta/hid-test.cm

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/598797
Original-Revision: f96c361becfc606b449aa414c576056fb64e3f1f
GitOrigin-RevId: 2bffd16dfc7326014ddda6f6fd02241116b5077e
Change-Id: Iee45679e6f3e65d1a995186d53dfcfe4c6f175ed
1 file changed
tree: ecb6672264875821be41d2456cd701aa15243ab6
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.