diff options
| author | Garrett D'Amore <garrett@damore.org> | 2016-12-19 01:08:05 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2016-12-19 01:08:05 -0800 |
| commit | 09c631a793e46a1acc5848592f246fbb2b6c6f4e (patch) | |
| tree | 5a0b02ee2b223f458973b5bbea21fdea1b0220bc | |
| parent | 8d09339679c64a00576ac99724f36973730efe28 (diff) | |
| download | nng-09c631a793e46a1acc5848592f246fbb2b6c6f4e.tar.gz nng-09c631a793e46a1acc5848592f246fbb2b6c6f4e.tar.bz2 nng-09c631a793e46a1acc5848592f246fbb2b6c6f4e.zip | |
Fix the definition of Main() in convey.h
| -rw-r--r-- | tests/convey.h | 2 |
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. |
