[roll] Roll fuchsia [fidlgen] Solidify assert(Not)Equal helpers

By advertising `interface{}` for values, one expects a deep comparison
rather than simply a pointer equality as was done previously. This was
fine given the use with primitives, but new uses (e.g.
I58f17d8e901942e3f1d5e297c576ab77b60d609b) are planned.

Checked by changing a test

```
-       assertEqual(t, int(Colors.Green), 2)
+       assertEqual(t, int(Colors.Green), 5)
```

yielding output

```
=== RUN   TestExample
    enum_test.go:15:
        left=2
        right=5
        diff=  int(
        -       2,
        +       5,
          )

--- FAIL: TestExample (0.00s)
```
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/501982
Original-Revision: 3059037c10954e1c61693f118b4a48a8c8c07cad
GitOrigin-RevId: b0b533c84d263d939040e1c65dde34746e3683d7
Change-Id: I2a15a9e42439b39e2c143ac0bcfdb41ba9ec93dd
1 file changed
tree: 4d28dcaaea1f9bf230df671523d6a04510cce6a9
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.