aboutsummaryrefslogtreecommitdiff
path: root/tests/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/options.c')
-rw-r--r--tests/options.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/options.c b/tests/options.c
index 166af37c..db04eea6 100644
--- a/tests/options.c
+++ b/tests/options.c
@@ -248,5 +248,4 @@ TestMain("Option Parsing", {
So(nng_opts_parse(ac, av, case1, &v, &a, &opti) == -1);
So(opti == 6);
});
-
-});
+})