[roll] Roll fuchsia [docs][fidl] Fix test command in llcpp tutorial

The included BUILD.gn for the llcpp declares the unittest_package as
fidl-example-llcpp-test so the test invocation should match that.

```
~/fuchsia ▶ fx set workstation.qemu-x64 --with //examples/fidl/llcpp/unittests:fidl-example-llcpp-test
~/fuchsia ▶ fx build
~/fuchsia ▶ fx test -vo fidl_example_llcpp_test
...
Found 45 total tests in //out/default/tests.json

Could not find any tests to run with the arguments you provided.
...
~/fuchsia ▶ fx test -vo fidl-example-llcpp-test
...
Found 45 total tests in //out/default/tests.json
Will run 1 test
...
🎉  Ran 1 tests with 0 failures 🎉
```

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/649791
Original-Revision: 698b7effaee44c74aa4e6c545ccf02b0e56b5aa0
GitOrigin-RevId: 37e6d147e1b7e2cd1e1a845f5b31b40ba0ea3662
Change-Id: I4a27b568df1afabcca67ce6e13d13fd8c5c8d4de
1 file changed
tree: f5bb9b9be7f64206e35572dfbbe759d0c470ebb3
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.