Changeset 7e38970d in mainline for uspace/lib/display/test/display.c
- Timestamp:
- 2020-12-07T00:08:37Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 25f26600
- Parents:
- 7a873f0 (diff), 8596474 (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/lib/display/test/display.c
r7a873f0 r7e38970d 38 38 #include <loc.h> 39 39 #include <pcut/pcut.h> 40 #include "../private/display.h" 40 41 41 42 PCUT_INIT; … … 331 332 } 332 333 334 /** display_window_destroy() can handle NULL argument */ 335 PCUT_TEST(window_destroy_null) 336 { 337 display_window_destroy(NULL); 338 } 339 333 340 /** display_window_move_req() with server returning error response works. */ 334 341 PCUT_TEST(window_move_req_failure)
Note:
See TracChangeset
for help on using the changeset viewer.