fix expected error message

This commit is contained in:
Teodor Tanasoaia
2023-12-04 13:57:57 +01:00
parent 33339e46ce
commit dd7e33250b

View File

@@ -1997,7 +1997,7 @@ fn constructor_type_error_span() {
┌─ wgsl:4:36
4 │ var a: array<f32, 1> = array<f32, 1>(i);
│ ^^^^^^^^^^^^^^^^ a value of type f32 is required here
│ ^^^^^^^^^^^^^ a value of type f32 is required here
"###,
)