about summary refs log tree commit diff stats
path: root/tests/helpers.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-12-23 21:42:01 +0000
committerJames Booth <boothj5@gmail.com>2014-12-23 21:42:01 +0000
commit8c01021ab9ae719c398e6c4a3e87ab98a5d6ac0e (patch)
tree6e5be41da643e09d10e3bdcc9951b7ab34da5d8e /tests/helpers.h
parent69fe6c4d21d885f1397172605e8babe639a945c5 (diff)
downloadprofani-tty-8c01021ab9ae719c398e6c4a3e87ab98a5d6ac0e.tar.gz
Use will_return instead of mock values
Diffstat (limited to 'tests/helpers.h')
-rw-r--r--tests/helpers.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/helpers.h b/tests/helpers.h
index 6bd4bd49..17d8329c 100644
--- a/tests/helpers.h
+++ b/tests/helpers.h
@@ -4,7 +4,4 @@ void load_preferences(void **state);
 void close_preferences(void **state);
 
 void glist_set_cmp(GCompareFunc func);
-int glist_contents_equal(const void *actual, const void *expected);
-
-void pre_test(void **state);
-void post_test(void **state);
+int glist_contents_equal(const void *actual, const void *expected);
\ No newline at end of file