Skip to content

Commit

Permalink
Test chewing_set_logger2 with NULL parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
school510587 committed Jul 20, 2019
1 parent 3ce907d commit 809debc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test-logger.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ void test_set_null_logger()
chewing_set_logger(ctx, NULL, 0);
type_keystroke_by_string(ctx, "hk4g4");

chewing_set_logger2(ctx, NULL, 0);
type_keystroke_by_string(ctx, "hk4g4");

chewing_delete(ctx);
}

Expand Down

0 comments on commit 809debc

Please sign in to comment.