about summary refs log tree commit diff
path: root/tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests.c')
-rw-r--r--tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.c b/tests.c
index 306a693..fa2e0ff 100644
--- a/tests.c
+++ b/tests.c
@@ -6,7 +6,7 @@
 static int status;
 
 void
-is(char *desc, int ok)
+is(const char *desc, int ok)
 {
 	if (!ok)
 		status = 1;