test: Regenerated expected HLSL file

This new expectation file was added with a similar parent that changed the expected output.

Bug: tint:1112
Change-Id: Icb6175f68b6459385933d39e07460eb863ecb9ff
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/71101
Commit-Queue: Ben Clayton <bclayton@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
This commit is contained in:
Ben Clayton 2021-11-26 15:28:49 +00:00 committed by Tint LUCI CQ
parent 0ea236f755
commit c5835eb4a0
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ void main() {
float arr[4] = (float[4])0;
const int a_save = foo();
{
for(; ; ) {
[loop] for(; ; ) {
const float x = arr[a_save];
break;
}