diff tests/src/plugins/tictactoe/main.cpp @ 722:3e816cebed2c

Irccd: make plugin pure abstract, closes #796 @3h
author David Demelier <markand@malikania.fr>
date Mon, 16 Jul 2018 21:19:47 +0200
parents e4227aa185c2
children e8c4ba5ed1c6
line wrap: on
line diff
--- a/tests/src/plugins/tictactoe/main.cpp	Mon Jul 16 13:29:48 2018 +0200
+++ b/tests/src/plugins/tictactoe/main.cpp	Mon Jul 16 21:19:47 2018 +0200
@@ -32,7 +32,7 @@
 class test_fixture : public plugin_test {
 public:
     test_fixture()
-        : plugin_test(PLUGIN_NAME, PLUGIN_PATH)
+        : plugin_test(PLUGIN_PATH)
     {
         plugin_->set_formats({
             { "draw",       "draw=#{channel}:#{command}:#{nickname}:#{plugin}:#{server}"                },