Fix AttemptTintPadSymbolCollision test

This test landed simultaneously with a change that checks that storage buffers have an access qualifier, leading to broken tests.

Also fix lint issues that have crept in.

Change-Id: I4a7f0bc67d8d3e7170ddea117342a510741a495c
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/48040
Auto-Submit: Ben Clayton <bclayton@google.com>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Ben Clayton
2021-04-16 10:37:34 +00:00
committed by Commit Bot service account
parent 8cb5a23afb
commit 648b05e4e2
3 changed files with 4 additions and 5 deletions

View File

@@ -289,8 +289,8 @@ fn tint_unused_entry_point() {
auto got = Run<Hlsl>(src);
EXPECT_EQ(expect, str(got));
}
} // namespace
} // namespace transform
} // namespace tint