diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-04-01 01:55:13 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-04-01 01:55:13 +0200 |
commit | 7f44fec0a5c4391b6835310262cd28823707533d (patch) | |
tree | c19444545043b558d853942711c152574136a40b /test | |
parent | d4c8a2058df7dbf4118efb5280f929a92f034961 (diff) | |
download | afl++-7f44fec0a5c4391b6835310262cd28823707533d.tar.gz |
minor changes
Diffstat (limited to 'test')
-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 +} |