Run ./tools/format

Change-Id: I4a9f375f5c383d02917c2ade4c83c3d4fc458165
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/110102
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
Ben Clayton
2022-11-18 11:57:37 +00:00
committed by Dawn LUCI CQ
parent 543dd18d3c
commit 0d2aedf097
9 changed files with 22 additions and 26 deletions

View File

@@ -329,7 +329,7 @@ fn main() {
EXPECT_EQ(expect, str(got));
}
// TODO(crbug.com/tint/1758): Requires support for workgroup pointer parameters, which is
// TODO(crbug.com/tint/1758): Requires support for workgroup pointer parameters, which is
// unsupported until WGSL 1.1
TEST_F(ModuleScopeVarToEntryPointParamTest, DISABLED_FoldAddressOfDeref) {
auto* src = R"(
@@ -370,7 +370,7 @@ fn main() {
EXPECT_EQ(expect, str(got));
}
// TODO(crbug.com/tint/1758): Requires support for workgroup pointer parameters, which is
// TODO(crbug.com/tint/1758): Requires support for workgroup pointer parameters, which is
// unsupported until WGSL 1.1
TEST_F(ModuleScopeVarToEntryPointParamTest, DISABLED_FoldAddressOfDeref_OutOfOrder) {
auto* src = R"(