summaryrefslogtreecommitdiff
path: root/source/tests/array_ref.test.c
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-09-11 19:48:38 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-09-11 19:48:38 +0200
commitcf853bea908830194065349f3a8a75e163aea5b9 (patch)
tree25ed56d959ca1e929cb3967719ac9e9a2a37e809 /source/tests/array_ref.test.c
parent782d97aa2940f849282b52fa19b26fbf0970b966 (diff)
downloadkit-cf853bea908830194065349f3a8a75e163aea5b9.zip
Update tests
Diffstat (limited to 'source/tests/array_ref.test.c')
-rw-r--r--source/tests/array_ref.test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/tests/array_ref.test.c b/source/tests/array_ref.test.c
index 06e098c..2037bed 100644
--- a/source/tests/array_ref.test.c
+++ b/source/tests/array_ref.test.c
@@ -53,3 +53,5 @@ TEST("array ref different element sizes") {
REQUIRE(AR_COMPARE(foo_ref, bar_ref, compare) > 0);
REQUIRE(AR_COMPARE(bar_ref, foo_ref, compare) < 0);
}
+
+#undef KIT_TEST_FILE