Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/display/test/display.c

    r4ac11ff r5480d5e  
    3838#include <loc.h>
    3939#include <pcut/pcut.h>
    40 #include "../private/display.h"
    4140
    4241PCUT_INIT;
     
    332331}
    333332
    334 /** display_window_destroy() can handle NULL argument */
    335 PCUT_TEST(window_destroy_null)
    336 {
    337         display_window_destroy(NULL);
    338 }
    339 
    340333/** display_window_move_req() with server returning error response works. */
    341334PCUT_TEST(window_move_req_failure)
Note: See TracChangeset for help on using the changeset viewer.