From 199764a18e8072d9674edee42d22bd20884f4b2c Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 26 Sep 2023 09:22:41 -0700 Subject: [PATCH] snapshots: convert_wgsl: Remove redundant cubeArrayShadow entry. The duplicate entry was introduced accidentally in #1845. --- tests/snapshots.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/snapshots.rs b/tests/snapshots.rs index b4394c4156..1d7530b147 100644 --- a/tests/snapshots.rs +++ b/tests/snapshots.rs @@ -735,7 +735,6 @@ fn convert_wgsl() { "texture-arg", Targets::SPIRV | Targets::METAL | Targets::GLSL | Targets::HLSL | Targets::WGSL, ), - ("cubeArrayShadow", Targets::GLSL), ( "math-functions", Targets::SPIRV | Targets::METAL | Targets::GLSL | Targets::HLSL | Targets::WGSL,