[roll] Roll fuchsia [goldfish-display] Remove const_cast from test.

const_cast is typically used to remove the const qualifier from
pointers, when the underlying storage is known to be non-const. The
goldfish-display tests use const_cast to add the const qualifier, which
is a bit confusing.

This CL clears up the confusion by removing the const_casts.

Test: fx test goldfish-unittests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1031892
Original-Revision: d8ba574605d36bf563a1ca733e150f65eab295ec
GitOrigin-RevId: b2e5ebfcbe99e6d4cf2cdc634d84c2992b5b3ddd
Change-Id: I4f66aa7b90dce95a2387c1b93276b4580b313f2b
1 file changed
tree: e746e3e400568d7a76fc65948574bb220c7ec0d6
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.