mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-13 10:51:35 +00:00
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:
parent
0ea236f755
commit
c5835eb4a0
@ -6,7 +6,7 @@ void main() {
|
|||||||
float arr[4] = (float[4])0;
|
float arr[4] = (float[4])0;
|
||||||
const int a_save = foo();
|
const int a_save = foo();
|
||||||
{
|
{
|
||||||
for(; ; ) {
|
[loop] for(; ; ) {
|
||||||
const float x = arr[a_save];
|
const float x = arr[a_save];
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user