summaryrefslogtreecommitdiff
path: root/identifiers.c
diff options
context:
space:
mode:
Diffstat (limited to 'identifiers.c')
-rw-r--r--identifiers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/identifiers.c b/identifiers.c
index bb30e36..2daa112 100644
--- a/identifiers.c
+++ b/identifiers.c
@@ -181,7 +181,7 @@ static inline Block *ident_scope(Identifier i) {
return i->idents->scope;
}
-#ifdef RUN_TESTS
+#if RUN_TESTS
static void idents_test(void) {
Identifiers ids;
char b[] = "foo_variable bar";