commit | b9b39277efc564e502adf8373c3e9d1ac2d2a0fd | [log] [tgz] |
---|---|---|
author | Joshua Seaton <joshuaseaton@google.com> | Thu Apr 20 14:42:39 2023 -0700 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 04 17:25:50 2023 +0000 |
tree | 56e257fe90a32c1a674f4fe5a761649124dedd7e | |
parent | ab68cba76f5ba34845d4bdc8e3a10d18a3233dd6 [diff] |
[zx] Use camel-cased names for zx declarations We are in the process of migrating the names to be declared as such. Bug: 109734 Change-Id: I3efbe7b9bcccceb4499159c49012ce2999e1fda8 Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/go/+/841836 Reviewed-by: Mitchell Kember <mkember@google.com> Fuchsia-Auto-Submit: Joshua Seaton <joshuaseaton@google.com> Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
diff --git a/src/syscall/zx/fidl/internal/bindingstest/test.test.fidl b/src/syscall/zx/fidl/internal/bindingstest/test.test.fidl index ce19d10..1d01507 100644 --- a/src/syscall/zx/fidl/internal/bindingstest/test.test.fidl +++ b/src/syscall/zx/fidl/internal/bindingstest/test.test.fidl
@@ -17,7 +17,7 @@ foo string; }); EchoHandleRights(resource struct { - h zx.handle:<PORT, zx.Rights.READ | zx.Rights.TRANSFER | zx.Rights.DUPLICATE>; + h zx.Handle:<PORT, zx.Rights.READ | zx.Rights.TRANSFER | zx.Rights.DUPLICATE>; }) -> (struct { rights uint32; });