Changes in uspace/lib/display/test/display.c [4ac11ff:5480d5e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/display/test/display.c
r4ac11ff r5480d5e 38 38 #include <loc.h> 39 39 #include <pcut/pcut.h> 40 #include "../private/display.h"41 40 42 41 PCUT_INIT; … … 332 331 } 333 332 334 /** display_window_destroy() can handle NULL argument */335 PCUT_TEST(window_destroy_null)336 {337 display_window_destroy(NULL);338 }339 340 333 /** display_window_move_req() with server returning error response works. */ 341 334 PCUT_TEST(window_move_req_failure)
Note:
See TracChangeset
for help on using the changeset viewer.