Skip to content

Commit

Permalink
snapshots: Name convert_glsl_variations_check output consistently.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jimblandy committed Sep 25, 2023
1 parent 0c69735 commit 4329a6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/snapshots.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit 4329a6a

Please sign in to comment.