aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/testcases/linked_list_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/testcases/linked_list_test.h')
-rw-r--r--Source/charon/testcases/linked_list_test.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/charon/testcases/linked_list_test.h b/Source/charon/testcases/linked_list_test.h
index e893e75d5..a9773f8f0 100644
--- a/Source/charon/testcases/linked_list_test.h
+++ b/Source/charon/testcases/linked_list_test.h
@@ -38,7 +38,7 @@
*
* @ingroup testcases
*/
-void test_linked_list(tester_t *tester);
+void test_linked_list(protected_tester_t *tester);
/**
* @brief Test function for the type linked_list_t and its iterator.
@@ -53,7 +53,7 @@ void test_linked_list(tester_t *tester);
*
* @ingroup testcases
*/
-void test_linked_list_iterator(tester_t *tester);
+void test_linked_list_iterator(protected_tester_t *tester);
/**
* @brief Test function for the type linked_list_t and its insert and remove
@@ -69,6 +69,6 @@ void test_linked_list_iterator(tester_t *tester);
*
* @ingroup testcases
*/
-void test_linked_list_insert_and_remove(tester_t *tester);
+void test_linked_list_insert_and_remove(protected_tester_t *tester);
#endif /*LINKED_LIST_TEST_H_*/