summaryrefslogtreecommitdiff
path: root/src/test/regression.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/regression.h')
-rw-r--r--src/test/regression.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regression.h b/src/test/regression.h
index 55531793..12107c18 100644
--- a/src/test/regression.h
+++ b/src/test/regression.h
@@ -58,7 +58,7 @@ extern "C"
void test_header(const char *title, int test_set);
void test_start(int);
int test_end(void);
- void test_run(const char *test_name, void (*test_fcn) (), int do_test, int headeronly);
+ void test_run(const char *test_name, void (*test_fcn) (void), int do_test, int headeronly);
#ifdef __cplusplus
}