fixed output

This commit is contained in:
Erik Frojdh
2019-08-23 15:44:47 +02:00
parent e89b65002a
commit 2c5ff0e9bf
2 changed files with 25 additions and 10 deletions

View File

@ -171,4 +171,4 @@ TEST_CASE("Printing Result<int>"){
os << res;
REQUIRE(os.str() == "[1, 2, 3]");
}
}