From a17a93ef8f6a06ed8dfc3145276663786828df03 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 28 Sep 2023 00:09:57 -0700 Subject: [PATCH] snapshots: convert_wgsl: Remove redundant cubeArrayShadow entry. (#2514) 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..1a6159e3a8 100644 --- a/tests/snapshots.rs +++ b/tests/snapshots.rs @@ -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,