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