From 291378e8bfa7cb8df9d7d29edb896c9fed43484c Mon Sep 17 00:00:00 2001 From: Levi Morrison Date: Mon, 23 Dec 2024 16:09:36 -0700 Subject: [PATCH] remove unintended changes from commit --- profiling/src/bindings/mod.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/profiling/src/bindings/mod.rs b/profiling/src/bindings/mod.rs index 35ac4b02d3..8258ec3da6 100644 --- a/profiling/src/bindings/mod.rs +++ b/profiling/src/bindings/mod.rs @@ -694,7 +694,4 @@ mod tests { mem::align_of::<*mut usize>() ); } - - #[test] - fn test_hashmap_size_for_zend_extension() {} }