Skip to content

Commit

Permalink
fix test comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
robtfm committed Jan 31, 2024
1 parent 87af2ed commit f05face
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compose/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ mod test {
// f.write_all(wgsl.as_bytes()).unwrap();
// drop(f);

assert_eq!(wgsl, include_str!("tests/expected/wgsl_call_glsl.txt"));
output_eq!(wgsl, "tests/expected/wgsl_call_glsl.txt");
}

#[cfg(feature = "glsl")]
Expand Down

0 comments on commit f05face

Please sign in to comment.