[roll] Roll fuchsia [fidl_driver] Fix death test matchers

It turns out gtest interprets the error matcher in death tests as
regex, so "|" actually means "either the regex on the left hand side,
or the regex on the right hand side", which is not what these tests
want.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/750702
Original-Revision: b59801ad16f5ceac185ac4a732bc046eef4a0b7c
GitOrigin-RevId: d167a54fb2e019e7fb7ad6909e7fedbe69b9c270
Change-Id: Id45eb59e218304e9d23ed0c28635d89a52737ade
1 file changed
tree: a6da0b2d14aa9046fd379dc508b498dcd7ba51c0
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
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.