summaryrefslogtreecommitdiffstats
path: root/tests/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/layout.c')
-rw-r--r--tests/layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/layout.c b/tests/layout.c
index 59e409bb7..1e7e31d16 100644
--- a/tests/layout.c
+++ b/tests/layout.c
@@ -121,7 +121,7 @@ void layout_pass_sanity_checks_test_success(void **state)
printf("done\n");
printf("Asserting region range... ");
- get_region_range(layout, "region", &start, &len);
+ flashrom_layout_get_region_range(layout, "region", &start, &len);
assert_int_equal(start, region_start);
assert_int_equal(len, region_end - region_start + 1);
printf("done\n");