[roll] Roll fuchsia [utest][debugger] Remove uses of unittest.h in inferior.cc

This is in preparation for converting these tests to using zxtest.

All the code in inferior.cc runs in subprocesses (not the process
where zxtest/unittest runs), so none of the assertions here can be
converted to using zxtest's ASSERT/EXPECT macros.  Use ZX_ASSERT()
instead.

Also remove an unused #include of inferior-control.h.

Original-Bug: 51652
Test: fx set bringup.x64 --with zircon/system/utest/debugger/
  fx qemu -k
  /boot/test/debugger-test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/589600
Original-Revision: 7221308d3e85059483ccac8664b6fd1d269c91fb
GitOrigin-RevId: 1ed1420f0c0c9e5ba478b3dea44a87cd9f27d120
Change-Id: I4298f1985c910503711b458a0b84149b0f99d588
1 file changed
tree: 631a42302302dd3362e95baa1d9a7520979aba74
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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.