commit | 3fd3b8b44ec012c20974e1df517e03ab8d2aa86f | [log] [tgz] |
---|---|---|
author | Victor Costan <costan@fuchsia.infra.roller.google.com> | Mon Apr 22 19:33:15 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Apr 22 12:34:59 2024 -0700 |
tree | e746e3e400568d7a76fc65948574bb220c7ec0d6 | |
parent | 6655b52af3d84ad7187c4f532e3122dbca566ee9 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.