aboutsummaryrefslogtreecommitdiff
path: root/tests/convey.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2016-12-19 01:08:05 -0800
committerGarrett D'Amore <garrett@damore.org>2016-12-19 01:08:05 -0800
commit09c631a793e46a1acc5848592f246fbb2b6c6f4e (patch)
tree5a0b02ee2b223f458973b5bbea21fdea1b0220bc /tests/convey.h
parent8d09339679c64a00576ac99724f36973730efe28 (diff)
downloadnng-09c631a793e46a1acc5848592f246fbb2b6c6f4e.tar.gz
nng-09c631a793e46a1acc5848592f246fbb2b6c6f4e.tar.bz2
nng-09c631a793e46a1acc5848592f246fbb2b6c6f4e.zip
Fix the definition of Main() in convey.h
Diffstat (limited to 'tests/convey.h')
-rw-r--r--tests/convey.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/convey.h b/tests/convey.h
index b9851996..ea9d7a29 100644
--- a/tests/convey.h
+++ b/tests/convey.h
@@ -89,7 +89,7 @@
* scopes. This emits a main function, and can only be used once.
* It also cannot be used with TestMain.
*/
-#define Main(code) test_main_group(name, code)
+#define Main(code) test_main_group(code)
/*
* Test creates a top-level test scope.