aboutsummaryrefslogtreecommitdiff
path: root/encoder/test/enc_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'encoder/test/enc_test.c')
-rw-r--r--encoder/test/enc_test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/encoder/test/enc_test.c b/encoder/test/enc_test.c
index ad2a6b7a43b9..7107ba733ae9 100644
--- a/encoder/test/enc_test.c
+++ b/encoder/test/enc_test.c
@@ -14,8 +14,6 @@
static int
test_handler (XO_ENCODER_HANDLER_ARGS)
{
- flags &= ~XOF_UTF8; /* Skip this flag, since it depends on terminal */
-
printf("op %s: [%s] [%s] [%#llx]\n", xo_encoder_op_name(op),
name ?: "", value ?: "", (unsigned long long) flags);