mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-02-18 01:43:27 +00:00
snapshots: Name convert_glsl_variations_check output consistently.
Rather than adding a `-glsl` suffix to the name, just rely on `check_targets`' standard naming behavior, treating `tests/in/variations.glsl` like any other snapshot input.
This commit is contained in:
parent
0c69735f59
commit
4329a6a51b
@ -738,7 +738,7 @@ fn convert_glsl_variations_check() {
|
||||
&file,
|
||||
)
|
||||
.unwrap();
|
||||
check_targets(&mut module, "variations-glsl", Targets::GLSL, None);
|
||||
check_targets(&mut module, "variations", Targets::GLSL, None);
|
||||
}
|
||||
|
||||
#[cfg(feature = "glsl-in")]
|
||||
|
Loading…
Reference in New Issue
Block a user