[roll] Roll fuchsia [display][coordinator] Tighten CallFromDestructor testing story.

This CL improves line coverage for CallFromDestructor tests via the
following

1. Adding a test that explicitly covers the move constructor. This
   ensures that the move constructor is tested, even if it is elided by
   the compiler in other tests that are intended to cover it indirectly.

2. Removing the move assignment operator.
   Ia1768a13299b004d62b5a4b1ec2e30af1ed5f56a proved that the move
   assignment was never instantiated, because our tests passed despite
   the fact that the implementation contained a compilation error.

Original-Bug: 340936567
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1049720
Original-Revision: f93b1f50cfbd6171d9f972091741f93eb40a519e
GitOrigin-RevId: fef004ce0d89f7401f4579d514ea3b22b8a306e6
Change-Id: I92b9c4cef68367df0ad2e198a7bdbde1cb032e37
1 file changed
tree: 117544c95ee52799167c0df336a67d54d85ba490
  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.