commit | 9dc48bcef3c390ac55eb52b76f932092c7c79f0a | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Tue Jan 24 14:55:17 2023 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 24 14:55:17 2023 +0000 |
tree | d336f12d4f1502e3e2895d73acd52408efcfecb1 | |
parent | c252c642f4a243c119fe9992f103530894309ff0 [diff] [blame] |
tint: Rename 'type' to 'alias' Bug: tint:1812 Change-Id: I50bd8b036b47b4ec223a81eda53bd658d19645e9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/117211 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com>
diff --git a/test/tint/shadowing/short_names/const.wgsl b/test/tint/shadowing/short_names/const.wgsl index e1fb581..916c2b3 100644 --- a/test/tint/shadowing/short_names/const.wgsl +++ b/test/tint/shadowing/short_names/const.wgsl
@@ -1,4 +1,4 @@ -type a = vec3f; +alias a = vec3f; fn f() { {