Skip to content

Commit

Permalink
Fix compiling error
Browse files Browse the repository at this point in the history
  • Loading branch information
czchen committed Oct 16, 2013
1 parent d2ae446 commit 83a472b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test-userphrase.c
Expand Up @@ -457,11 +457,10 @@ void test_userphrase_manipulate_maximum()
/* ㄐㄧㄣ ㄨㄛ ㄧㄣˊ ㄨㄛ ㄅㄨˋ ㄖㄨˊ ㄗˋ ㄐㄧˇ ㄉㄜ˙ ㄍㄡˇ ㄨㄛ ㄇㄚ˙ */
int ret;

print_function_name();

clean_userphrase();

ctx = chewing_new();
start_testcase( ctx, fd );

ret = chewing_userphrase_add( ctx, phrase_in_limit, bopomofo_in_limit );
ok( ret == 0, "chewing_userphrase_add() return value `%d' shall be `%d'", ret, 0 );
Expand Down

0 comments on commit 83a472b

Please sign in to comment.