Skip to content

Commit

Permalink
snapshots: convert_wgsl: Remove redundant cubeArrayShadow entry. (#2514)
Browse files Browse the repository at this point in the history
The duplicate entry was introduced accidentally in #1845.
  • Loading branch information
jimblandy authored Sep 28, 2023
1 parent a898522 commit a17a93e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/snapshots.rs
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,6 @@ fn convert_wgsl() {
"math-functions",
Targets::SPIRV | Targets::METAL | Targets::GLSL | Targets::HLSL | Targets::WGSL,
),
("cubeArrayShadow", Targets::GLSL),
(
"binding-arrays",
Targets::WGSL | Targets::HLSL | Targets::METAL | Targets::SPIRV,
Expand Down

0 comments on commit a17a93e

Please sign in to comment.