aboutgitcodelistschat:MatrixIRC
path: root/tests/unit/test_operations.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_operations.c')
-rw-r--r--tests/unit/test_operations.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_operations.c b/tests/unit/test_operations.c
index d803e71..e50a256 100644
--- a/tests/unit/test_operations.c
+++ b/tests/unit/test_operations.c
@@ -538,7 +538,7 @@ Suite *op_call_suite(void)
tcase_add_checked_fixture(resolvedfd, setup_path, teardown);
tcase_set_timeout(resolvedfd, timeout);
tcase_add_test(resolvedfd, test_op_resolvedfd_eq);
- //tcase_add_test(resolvedfd, test_op_resolvedfd_neq);
+ tcase_add_test(resolvedfd, test_op_resolvedfd_neq);
suite_add_tcase(s, resolvedfd);
return s;