diff options
Diffstat (limited to 'toys/example/test_human_readable.c')
-rw-r--r-- | toys/example/test_human_readable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/example/test_human_readable.c b/toys/example/test_human_readable.c index ae8e7888..9fff2626 100644 --- a/toys/example/test_human_readable.c +++ b/toys/example/test_human_readable.c @@ -2,7 +2,7 @@ * * Copyright 2015 Rob Landley <rob@landley.net> -USE_TEST_HUMAN_READABLE(NEWTOY(test_human_readable, "<1>1ibs", 0)) +USE_TEST_HUMAN_READABLE(NEWTOY(test_human_readable, "<1>1ibs", TOYFLAG_BIN)) config TEST_HUMAN_READABLE bool "test_human_readable" |