Merge branch 'v0.20.x'

This commit is contained in:
Max Kellermann
2017-11-12 18:55:12 +01:00
4 changed files with 8 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ ArgParserTest::TestRange()
try {
range = ParseCommandArgRange("-2");
CPPUNIT_ASSERT(false);
} catch (ProtocolError) {
} catch (const ProtocolError &) {
CPPUNIT_ASSERT(true);
}
}