aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/opendeco_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/opendeco_test.c')
-rw-r--r--test/opendeco_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/opendeco_test.c b/test/opendeco_test.c
index 3e4a980..75605ee 100644
--- a/test/opendeco_test.c
+++ b/test/opendeco_test.c
@@ -4,7 +4,7 @@ MU_TEST_SUITE(testsuite_deco);
int main(int argc, const char *argv[])
{
- MU_RUN_SUITE(testsuite_deco, NULL);
+ MU_RUN_SUITE(testsuite_deco);
MU_REPORT();
return MU_EXIT_CODE;