This commit is contained in:
toddouska
2012-09-20 15:39:15 -07:00
parent bd0f508a0f
commit 7716da0881
12 changed files with 81 additions and 59 deletions
+2 -2
View File
@@ -36,8 +36,8 @@
#include <tests/unit.h>
typedef struct testVector {
char* input;
char* output;
const char* input;
const char* output;
size_t inLen;
size_t outLen;
} testVector;