[roll] Roll fuchsia [elfldltl] Fix 'nodiscard' error in a test

The test failed to compile due to misuse of the C++ comma
in a lambda. This change corrects the statement by replacing
the original comma with << to fix the nodiscard error.

Original-Bug: 463391795
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1433054
Original-Revision: 675e1ff21aa154bcd5b4d80044958b83e02edaba
GitOrigin-RevId: 6b89c6e178147d46a9129470c52332d28f8749c1
Change-Id: I0c895b46c3902c182f0c901d13ca9059e0171239
1 file changed
tree: f11a8f1d501e71cc7d8efd0a7aa45ef24fe24833
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.