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:
parent
b442daef66
commit
b3483b68f7
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue