Changes in uspace/lib/display/test/display.c [5480d5e:4ac11ff] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/display/test/display.c
r5480d5e r4ac11ff 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.