summaryrefslogtreecommitdiffstats
path: root/tests/trie.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/trie.c')
-rw-r--r--tests/trie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/trie.c b/tests/trie.c
index c2af18a..ced14d4 100644
--- a/tests/trie.c
+++ b/tests/trie.c
@@ -38,7 +38,7 @@ const char *keys[] = {
">>>",
};
-const size_t nkeys = BFS_COUNTOF(keys);
+const size_t nkeys = countof(keys);
int main(void) {
struct trie trie;