Skip to content

Commit

Permalink
sample glib: remove API changed test
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 25, 2014
1 parent d82aae5 commit e2f5261
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sample/glib/utf8-validate.c
Expand Up @@ -73,7 +73,6 @@ struct {
/* last sequence of each length */
{ "\x7f", -1, 1, TRUE },
{ "\xdf\xbf", -1, 2, TRUE },
{ "\xef\xbf\xbf", -1, 0, FALSE },
{ "\xf7\xbf\xbf\xbf", -1, 0, FALSE },
{ "\xfb\xbf\xbf\xbf\xbf", -1, 0, FALSE },
{ "\xfd\xbf\xbf\xbf\xbf\xbf", -1, 0, FALSE },
Expand Down

0 comments on commit e2f5261

Please sign in to comment.