summaryrefslogtreecommitdiff
path: root/filter/tree_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'filter/tree_test.c')
-rw-r--r--filter/tree_test.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/filter/tree_test.c b/filter/tree_test.c
index abe955d0..e224a559 100644
--- a/filter/tree_test.c
+++ b/filter/tree_test.c
@@ -174,7 +174,7 @@ t_balancing(void)
bt_assert(same_tree(balanced_tree_from_simple, expected_balanced_tree));
}
- return BT_SUCCESS;
+ return 1;
}
@@ -205,7 +205,7 @@ t_balancing_random(void)
}
}
- return BT_SUCCESS;
+ return 1;
}
static int
@@ -231,7 +231,7 @@ t_find(void)
}
}
- return BT_SUCCESS;
+ return 1;
}
static uint
@@ -287,7 +287,7 @@ t_find_ranges(void)
}
}
- return BT_SUCCESS;
+ return 1;
}
int