From afef3a3bafb3e77558b2a9154d51c0e035b413d5 Mon Sep 17 00:00:00 2001 From: Nathan Fiedler Date: Mon, 6 Feb 2023 21:17:15 -0800 Subject: [PATCH] test: fix broken merge --- tests/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lib.rs b/tests/lib.rs index 7f36ad6..7747526 100644 --- a/tests/lib.rs +++ b/tests/lib.rs @@ -417,6 +417,7 @@ fn test_auto_gamma() { assert!(wand.auto_gamma().is_ok()); } +#[test] fn test_import_export_pixels_roundtrip() { START.call_once(|| { magick_wand_genesis();