1 2 3 4 5 6 7 8
use super::*; #[test] fn test_classes() { for size in SMALL_CLASSES { assert_eq!(SMALL_CLASSES[small_class_of(*size)], *size); } }