summaryrefslogtreecommitdiffstats
path: root/test/testframe.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/testframe.c')
-rw-r--r--test/testframe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testframe.c b/test/testframe.c
index 1c56f88..df5abe0 100644
--- a/test/testframe.c
+++ b/test/testframe.c
@@ -26,9 +26,9 @@
/*
* Definitions for the testing structure.
*/
-#define MAXNUMOFTESTS 60
+#define MAXNUMOFTESTS 24
#define MAXTESTNAME 16
-#define MAXTESTDESC 64
+#define MAXTESTDESC 32
typedef struct TestStruct {
int NumErrors;