Fix an expectation in tint end2end test

Bug: chromium:379127084
Test: tint_end2end_tests
Change-Id: I54b513817a738d4725f6cedfeedd2caafaedfd00
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/215434
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: James Price <jrprice@google.com>
Commit-Queue: James Price <jrprice@google.com>
diff --git a/test/tint/bug/tint/379127084.wgsl.expected.msl b/test/tint/bug/tint/379127084.wgsl.expected.msl
index 93c3b5c..8cb46b3 100644
--- a/test/tint/bug/tint/379127084.wgsl.expected.msl
+++ b/test/tint/bug/tint/379127084.wgsl.expected.msl
@@ -234,7 +234,7 @@
 
 fragment tint_symbol_5 tint_symbol(const device FSUniforms* tint_symbol_17 [[buffer(0)]], texture2d<float, access::sample> tint_symbol_18 [[texture(0)]], sampler tint_symbol_19 [[sampler(0)]], texture2d<float, access::sample> tint_symbol_20 [[texture(1)]], sampler tint_symbol_21 [[sampler(1)]], tint_symbol_4 tint_symbol_3 [[stage_in]]) {
   thread tint_private_vars_struct tint_private_vars = {};
-  FSIn const tint_symbol_6 = {.ssboIndicesVar=tint_symbol_3.ssboIndicesVar, .localCoordsVar=tint_symbol_3.localCoordsVar};
+  FSIn const tint_symbol_6 = FSIn{.ssboIndicesVar=tint_symbol_3.ssboIndicesVar, .localCoordsVar=tint_symbol_3.localCoordsVar};
   FSOut const inner_result = tint_symbol_inner(tint_symbol_6, &(tint_private_vars), tint_symbol_17, tint_symbol_18, tint_symbol_19, tint_symbol_20, tint_symbol_21);
   tint_symbol_5 wrapper_result = {};
   wrapper_result.sk_FragColor = inner_result.sk_FragColor;