From 8f37189d6fb2e3c75e4e6a168e1ae17c568fdc4c Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 31 Jan 2022 13:26:40 +0100 Subject: Fix incremental parsing bugs --- src/layout/incremental.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/layout') diff --git a/src/layout/incremental.rs b/src/layout/incremental.rs index f737a3ef..63915b53 100644 --- a/src/layout/incremental.rs +++ b/src/layout/incremental.rs @@ -408,7 +408,7 @@ mod tests { } #[test] - fn test_incremental_temperature() { + fn test_layout_incremental_temperature() { let mut cache = LayoutCache::new(EvictionPolicy::None, 20); let regions = zero_regions(); cache.policy = EvictionPolicy::None; @@ -447,7 +447,7 @@ mod tests { } #[test] - fn test_incremental_properties() { + fn test_layout_incremental_properties() { let mut cache = LayoutCache::new(EvictionPolicy::None, 20); cache.policy = EvictionPolicy::None; cache.insert(0, FramesEntry::new(empty_frames(), 1)); -- cgit v1.2.3