Changes in uspace/app/tester/tester.c [d91a20c:a000878c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/tester.c
rd91a20c ra000878c 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.