Changes in uspace/app/tester/tester.c [19f857a:d91a20c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/tester.c
r19f857a rd91a20c 38 38 #include <unistd.h> 39 39 #include <stdio.h> 40 #include <str .h>40 #include <string.h> 41 41 #include "tester.h" 42 42 … … 69 69 { 70 70 /* Execute the test */ 71 c onst char *ret = test->entry();71 char *ret = test->entry(); 72 72 73 73 if (ret == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.