diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-02-28 00:11:56 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-02-28 00:11:56 +0000 |
commit | e4cc017c5d44c1046e6afdfc1e68d756c8748b6b (patch) | |
tree | 3e0be3b2b40f6ef509cd4d00f0e4d1166d575209 /test/tests.h | |
parent | f1752bac0b0c00717478bc6633e4afb527bd46da (diff) | |
download | rspamd-e4cc017c5d44c1046e6afdfc1e68d756c8748b6b.tar.gz rspamd-e4cc017c5d44c1046e6afdfc1e68d756c8748b6b.zip |
Rework lua tests one more time.
Diffstat (limited to 'test/tests.h')
-rw-r--r-- | test/tests.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tests.h b/test/tests.h index ae69d9d96..1d14bde4b 100644 --- a/test/tests.h +++ b/test/tests.h @@ -41,6 +41,6 @@ void rspamd_shingles_test_func (void); void rspamd_http_test_func (void); -void rspamd_lua_test_func (int argc, char **argv); +void rspamd_lua_test_func (void); #endif |