Changeset 3b23d05 in mainline for uspace/app/tester/tester.h
- Timestamp:
- 2015-09-17T16:21:28Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c7b9c5d6
- Parents:
- 996dc042 (diff), b69786e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/tester.h
r996dc042 r3b23d05 60 60 do { \ 61 61 if (!test_quiet) { \ 62 fprintf(std err, (format), ##__VA_ARGS__); \62 fprintf(stdout, (format), ##__VA_ARGS__); \ 63 63 } \ 64 64 } while (0)
Note:
See TracChangeset
for help on using the changeset viewer.