mirror of
https://github.com/Naios/continuable.git
synced 2026-02-09 11:16:40 +08:00
Fix an unused variable error
This commit is contained in:
parent
5751152733
commit
032fc436b9
@ -216,6 +216,7 @@ TEST(expected_single_test, test_leak_regression) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
auto e(expected<std::shared_ptr<int>>(std::move(ptr)));
|
auto e(expected<std::shared_ptr<int>>(std::move(ptr)));
|
||||||
|
ASSERT_TRUE(e.is_value());
|
||||||
}
|
}
|
||||||
|
|
||||||
ASSERT_TRUE(destroyed);
|
ASSERT_TRUE(destroyed);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user