diff options
Diffstat (limited to 'test/integration/extent.c')
-rw-r--r-- | test/integration/extent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/extent.c b/test/integration/extent.c index d12c123..08792df 100644 --- a/test/integration/extent.c +++ b/test/integration/extent.c @@ -174,7 +174,7 @@ TEST_END int main(void) { - return (test( + return test( test_extent_manual_hook, - test_extent_auto_hook)); + test_extent_auto_hook); } |