Changeset e2f26002 in mainline for uspace/app/dltest/dltest.c
- Timestamp:
- 2016-05-17T17:15:13Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d2bb25e7
- Parents:
- bab0f42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/dltest/dltest.c
rbab0f42 re2f26002 581 581 582 582 printf("Got %d, expected %d... ", val, dl_private_fib_var_val); 583 if (val != dl_private_ var_val) {583 if (val != dl_private_fib_var_val) { 584 584 printf("FAILED\n"); 585 585 return false;
Note:
See TracChangeset
for help on using the changeset viewer.