Skip to content

Commit

Permalink
fix expected error message
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy committed Dec 4, 2023
1 parent 33339e4 commit dd7e332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naga/tests/wgsl_errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
"###,
)
Expand Down

0 comments on commit dd7e332

Please sign in to comment.