From 09c631a793e46a1acc5848592f246fbb2b6c6f4e Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 19 Dec 2016 01:08:05 -0800 Subject: Fix the definition of Main() in convey.h --- tests/convey.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/convey.h') 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. -- cgit v1.2.3-70-g09d2