diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-04-01 01:55:13 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-04-01 13:10:07 +0200 |
commit | eca55be4fb961bc65cf8c3531fe2e2eb2b7ca614 (patch) | |
tree | c19444545043b558d853942711c152574136a40b /test/unittests/unit_maybe_alloc.c | |
parent | 71372c4d2f0b148cba6a7fd82ca89f2fa1096ef9 (diff) | |
download | afl++-eca55be4fb961bc65cf8c3531fe2e2eb2b7ca614.tar.gz |
minor changes
Diffstat (limited to 'test/unittests/unit_maybe_alloc.c')
-rw-r--r-- | test/unittests/unit_maybe_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unittests/unit_maybe_alloc.c b/test/unittests/unit_maybe_alloc.c index 93f10889..25b41d46 100644 --- a/test/unittests/unit_maybe_alloc.c +++ b/test/unittests/unit_maybe_alloc.c @@ -137,4 +137,4 @@ int main(int argc, char **argv) { return cmocka_run_group_tests (tests, setup, teardown); -} \ No newline at end of file +} |