Fix test expectation missing blank line.

This broke when the inclusive language change was committed and the
newline was accidentally removed.

Change-Id: I447f34e07fd5f264b56e8ca205df558bd70946b6
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/87308
Kokoro: Kokoro <noreply+kokoro@google.com>
Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
dan sinclair 2022-04-20 12:28:46 +00:00 committed by Dawn LUCI CQ
parent b442daef66
commit b3483b68f7
1 changed files with 1 additions and 0 deletions

View File

@ -151,3 +151,4 @@ fragment tint_symbol_3 tint_symbol(const constant Scene* tint_symbol_24 [[buffer
wrapper_result.glFragColor_1 = inner_result.glFragColor_1;
return wrapper_result;
}