renamed to test_verify_str
This commit was SVN r732.
Этот коммит содержится в:
родитель
1410be0370
Коммит
63ea2f9ecb
@ -55,7 +55,7 @@ void test_failure(char *a){
|
||||
fflush(stderr);
|
||||
}
|
||||
|
||||
int test_verify(const char *expected_result, const char *test_result){
|
||||
int test_verify_str(const char *expected_result, const char *test_result){
|
||||
|
||||
/* local variables */
|
||||
size_t len_expect,len_result;
|
||||
|
@ -8,7 +8,7 @@
|
||||
void test_init(char *a);
|
||||
void test_success(void);
|
||||
void test_failure(char *a);
|
||||
int test_verify(const char *expected_result, const char *test_result);
|
||||
int test_verify_str(const char *expected_result, const char *test_result);
|
||||
int test_verify_int(int expected_result, int test_result);
|
||||
int test_finalize(void);
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user