commit | c381e633ec9993075750b0001c75a507d9331bfd | [log] [tgz] |
---|---|---|
author | Jan Kundrát <jan.kundrat@cesnet.cz> | Thu Mar 14 13:39:11 2019 +0100 |
committer | Jan Kundrát <jan.kundrat@cesnet.cz> | Thu Mar 14 13:39:11 2019 +0100 |
tree | 336172f9a8098dd1b2ac89d441d949194ea33085 | |
parent | 7b7c823183de34023290a5cc63bebf6602590e29 [diff] [blame] |
Update Catch and trompeloeil This updates Catch from 1.x to 2.y, so there's a bunch of incompatibilities. Change-Id: I7e03bdd57fb73d786d38349d2c46361e6636890c Depends-on: https://gerrit.cesnet.cz/c/CzechLight/dependencies/+/1567
diff --git a/tests/ls.cpp b/tests/ls.cpp index a19add2..3e8fd52 100644 --- a/tests/ls.cpp +++ b/tests/ls.cpp
@@ -202,6 +202,6 @@ input = "lssecond:a"; } - REQUIRE_THROWS_AS(parser.parseCommand(input, errorStream), InvalidCommandException&); + REQUIRE_THROWS_AS(parser.parseCommand(input, errorStream), InvalidCommandException); } }