about summary refs log tree commit diff stats
path: root/tests/testsuite.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testsuite.c')
-rw-r--r--tests/testsuite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testsuite.c b/tests/testsuite.c
index 3720ca32..1d00e187 100644
--- a/tests/testsuite.c
+++ b/tests/testsuite.c
@@ -3,7 +3,7 @@
 
 int main(void)
 {
-    register_prof_history_tests();
+    register_history_tests();
     register_contact_list_tests();
     register_common_tests();
     register_autocomplete_tests();