Fix the unit tests

This commit is contained in:
Denis Blank 2018-11-26 04:37:48 +01:00
parent 812420cf06
commit b77e926c41

View File

@ -77,7 +77,7 @@ TYPED_TEST(result_all_tests, is_default_constructible) {
EXPECT_TRUE(e3.is_empty());
auto empty = make_result();
EXPECT_TRUE(empty.is_empty());
EXPECT_TRUE(empty.is_value());
}
TYPED_TEST(result_all_tests, can_carry_errors) {