aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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.