diff options
Diffstat (limited to 'test/test_protocol.cxx')
-rw-r--r-- | test/test_protocol.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_protocol.cxx b/test/test_protocol.cxx index 457083aee..e683fe2cb 100644 --- a/test/test_protocol.cxx +++ b/test/test_protocol.cxx @@ -37,7 +37,7 @@ void ArgParserTest::TestRange() { Client &client = *(Client *)nullptr; - Response r(client); + Response r(client, 0); RangeArg range; |