test: fix broken merge

This commit is contained in:
Nathan Fiedler
2023-02-06 21:17:15 -08:00
parent 3c17e8cff2
commit afef3a3baf

View File

@ -417,6 +417,7 @@ fn test_auto_gamma() {
assert!(wand.auto_gamma().is_ok()); assert!(wand.auto_gamma().is_ok());
} }
#[test]
fn test_import_export_pixels_roundtrip() { fn test_import_export_pixels_roundtrip() {
START.call_once(|| { START.call_once(|| {
magick_wand_genesis(); magick_wand_genesis();