diff options
Diffstat (limited to 'tests/Template.c')
-rw-r--r-- | tests/Template.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/Template.c b/tests/Template.c index 470003d..0663a85 100644 --- a/tests/Template.c +++ b/tests/Template.c @@ -23,19 +23,20 @@ * - * * Input: - * - + * - None. * * Output: - * - + * - File name, Line number, and failed expression on failure. + * - No output on success. * * Assumptions: * - * * Pass Criteria: - * - + * - Process returns zero exit status. * * Fail Criteria: - * - + * - Process returns non-zero exit status. */ #include "test.h" |