diff --git a/test/suites/api/test_pack.c b/test/suites/api/test_pack.c index 44aa8aa..61c7409 100644 --- a/test/suites/api/test_pack.c +++ b/test/suites/api/test_pack.c @@ -26,7 +26,6 @@ static void run_tests() /* * Simple, valid json_pack cases */ - /* true */ value = json_pack("b", 1); if(!json_is_true(value))