summaryrefslogtreecommitdiff
path: root/src/layout/incremental.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout/incremental.rs')
-rw-r--r--src/layout/incremental.rs4
1 files changed, 2 insertions, 2 deletions
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));