More renaming.

This commit is contained in:
Michael Jumper 2012-07-23 02:25:06 -07:00
parent 24c7898ffe
commit 4170f781a5

View File

@ -54,7 +54,7 @@ int cleanup_suite() {
return 0;
}
void test_instruction_parse() {
void test_instruction_read() {
int rfd, wfd;
int fd[2], childpid;
@ -141,7 +141,7 @@ int main() {
/* Add tests */
if (
CU_add_test(suite, "instruction-parse", test_instruction_parse) == NULL
CU_add_test(suite, "instruction-read", test_instruction_read) == NULL
) {
CU_cleanup_registry();
return CU_get_error();