summaryrefslogtreecommitdiff
path: root/source/tests/lower_bound.test.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/tests/lower_bound.test.c')
-rw-r--r--source/tests/lower_bound.test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/tests/lower_bound.test.c b/source/tests/lower_bound.test.c
index ea6e72d..d709446 100644
--- a/source/tests/lower_bound.test.c
+++ b/source/tests/lower_bound.test.c
@@ -176,3 +176,5 @@ TEST("lower bound ref sixth of five") {
LOWER_BOUND_REF(index, ref, &value, kit_less_int_ref);
REQUIRE(index == 5);
}
+
+#undef KIT_TEST_FILE