diff options
Diffstat (limited to 'tests/framework.h')
-rw-r--r-- | tests/framework.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/framework.h b/tests/framework.h index d317005..f1ce15c 100644 --- a/tests/framework.h +++ b/tests/framework.h @@ -18,6 +18,7 @@ struct TestCase { union TestValue caseValue; union TestValue inputValue; union TestValue truthValue; + union TestValue arg[10]; // when there are too many damn arguments }; char *array_to_string(char **array, const char *sep) { |