summaryrefslogtreecommitdiff
path: root/test/abts.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/abts.h')
-rw-r--r--test/abts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/abts.h b/test/abts.h
index 7385ca957..ed1c092d9 100644
--- a/test/abts.h
+++ b/test/abts.h
@@ -39,7 +39,7 @@ extern "C" {
#endif
struct sub_suite {
- const char *name;
+ char *name;
int num_test;
int failed;
int not_run;