mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-21 18:59:21 +00:00
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:
committed by
Dawn LUCI CQ
parent
543dd18d3c
commit
0d2aedf097
@@ -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"(
|
||||
|
||||
Reference in New Issue
Block a user